aboutsummaryrefslogtreecommitdiffhomepage
path: root/screen.h
diff options
context:
space:
mode:
authorGravatar liljencrantz <liljencrantz@gmail.com>2007-09-24 18:13:01 +1000
committerGravatar liljencrantz <liljencrantz@gmail.com>2007-09-24 18:13:01 +1000
commit0b7b20f0135f7a5aa4929f8dad7112f48e5f2d16 (patch)
treea3db4bb11c92c80944f8c31b55beb85b4a64c34d /screen.h
parent819c20e1d811dcd1cc4109325c63f61c58d9e3fb (diff)
Make sure that ouput with no trailing newline is not eaten. This is a regression bug fix.
darcs-hash:20070924081301-75c98-86bd87a9323044807e78b8eb904bd6c5830ee23f.gz
Diffstat (limited to 'screen.h')
-rw-r--r--screen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/screen.h b/screen.h
index a50eacb0..581fce39 100644
--- a/screen.h
+++ b/screen.h
@@ -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