reactos/reactos/base
Jeffrey Morlan f3fa3ee47e Improvements to cmd ConPrintfPaging:
- Even if there is a console, don't do paging when output is redirected to a file; it would just confuse users with prompts they can't see.
- Instead of WriteFile, use WriteConsole (which has a convenient Unicode version).
- Rework the paging algorithm: don't treat end of string the same way as end-of-line (was causing nul bytes to be output after strings that didn't end with \n), and output multiple lines at once when possible.
- Use the screen buffer width, not the window width, to determine when wrapping will happen.
- Take the initial cursor position into account.

svn path=/trunk/; revision=34847
2008-07-27 14:03:44 +00:00
..
applications revert on request, problem remains 2008-07-22 20:16:12 +00:00
services Update IDL file with new MS Vista functions 2008-07-24 19:50:09 +00:00
setup - Add selectable spanish and italian keyboard layout to default language. 2008-07-21 19:17:45 +00:00
shell Improvements to cmd ConPrintfPaging: 2008-07-27 14:03:44 +00:00
system Notify kernel when configuration is good 2008-07-25 20:16:16 +00:00
base.rbuild [FORMATTING] 2007-09-15 15:20:31 +00:00