Make sure that ouput with no trailing newline is not eaten. This is a regression bug fix.

darcs-hash:20070924081301-75c98-86bd87a9323044807e78b8eb904bd6c5830ee23f.gz
This commit is contained in:
liljencrantz
2007-09-24 18:13:01 +10:00
parent 819c20e1d8
commit 0b7b20f013
3 changed files with 19 additions and 9 deletions

View File

@@ -106,6 +106,6 @@ void s_write( screen_t *s,
the contents of the screen. Use this function when some other
function than s_write has written to the screen.
*/
void s_reset( screen_t *s );
void s_reset( screen_t *s, int reset_cursor );
#endif