A free Windows-compatible Operating System - mirrored from GitHub
Find a file
Hartmut Birr 11897d4d87 - Implemented double buffering for a console windows. Currently the second buffer
is a memory bitmap. All screen buffer updates does also write to the bitmap and
  the screen is updated by invalidating the update region. The previous version
  has released the screen buffer lock while scrolling up. It is not possible to
  release the lock while a write to the screen buffer is in progress. If the text
  output routines are faster, we should change the second buffer from a bitmap
  to character array.

svn path=/trunk/; revision=8578
2004-03-07 21:00:11 +00:00
freeldr Store hive root key name. 2004-01-09 19:44:45 +00:00
msvc6 Initial revision 2004-02-06 08:21:52 +00:00
os2 neu 2004-01-31 01:29:11 +00:00
posix Ignore map file. 2004-01-20 20:44:30 +00:00
reactos - Implemented double buffering for a console windows. Currently the second buffer 2004-03-07 21:00:11 +00:00
rosapps Imported WineCalc by James Briggs. 2004-03-01 23:27:02 +00:00