* fhandler_console.cc (fhandler_console::write_normal): Don't print
chars marked as ERR chars.
This commit is contained in:
		| @@ -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> | ||||
|  | ||||
| 	* 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); | ||||
| 	  break; | ||||
| 	case ERR: | ||||
| 	  WriteFile (get_output_handle (), found, 1, &done, 0); | ||||
| 	  /* Don't print chars marked as ERR chars. */ | ||||
| 	  break; | ||||
| 	case TAB: | ||||
| 	  cursor_get (&x, &y); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user