A free Windows-compatible Operating System - mirrored from GitHub
Go to file
Jeffrey Morlan 6659ae1d98 [WIN32CSR] Console input simplification:
- Put code for processing events for line input in one place, instead of duplicating it everywhere
- Remove "Fake" and "NotChar" fields from ConsoleInput struct. ConioProcessKey didn't actually add Fake events; they were used for the \n when converting \r to \r\n, but this is better done by the line input code.
- Build an input line completely on the server side; this will make it practical to add history and more sophisticated editing later

svn path=/trunk/; revision=47572
2010-06-04 18:26:22 +00:00
irc Give Techbot the ability to check for and ghost existing bots, then rename itself 2008-08-10 13:06:58 +00:00
reactos [WIN32CSR] Console input simplification: 2010-06-04 18:26:22 +00:00
rosapps Remove incorrect reference to winsock.h. 2010-05-15 22:44:31 +00:00
rostests [ROSTESTS] 2010-06-03 20:08:26 +00:00
wallpaper Rename the wallpaper to conform with ISO 9660:1988 and make cdmake happy... 2009-02-03 13:26:30 +00:00