* fhandler_console.cc (fhandler_console::write_normal): Don't print
chars marked as ERR chars.
This commit is contained in:
parent
3e148838af
commit
f37e220e86
@ -1,3 +1,8 @@
|
|||||||
|
2008-03-10 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* fhandler_console.cc (fhandler_console::write_normal): Don't print
|
||||||
|
chars marked as ERR chars.
|
||||||
|
|
||||||
2008-03-10 Corinna Vinschen <corinna@vinschen.de>
|
2008-03-10 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* fhandler.h (dev_console::con_to_str): Declare returning DWORD.
|
* fhandler.h (dev_console::con_to_str): Declare returning DWORD.
|
||||||
|
@ -1579,7 +1579,7 @@ fhandler_console::write_normal (const unsigned char *src,
|
|||||||
cursor_set (false, 0, y);
|
cursor_set (false, 0, y);
|
||||||
break;
|
break;
|
||||||
case ERR:
|
case ERR:
|
||||||
WriteFile (get_output_handle (), found, 1, &done, 0);
|
/* Don't print chars marked as ERR chars. */
|
||||||
break;
|
break;
|
||||||
case TAB:
|
case TAB:
|
||||||
cursor_get (&x, &y);
|
cursor_get (&x, &y);
|
||||||
|
Loading…
Reference in New Issue
Block a user