aboutsummaryrefslogtreecommitdiffhomepage
path: root/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'screen.h')
-rw-r--r--screen.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/screen.h b/screen.h
index 4a85edc0..0ae93db2 100644
--- a/screen.h
+++ b/screen.h
@@ -24,7 +24,11 @@ typedef struct
void s_init( screen_t *s );
void s_destroy( screen_t *s );
-void s_write( screen_t *s, wchar_t *prompt, wchar_t *b, int *c, int cursor, int flags );
+void s_write( screen_t *s,
+ wchar_t *prompt,
+ wchar_t *b,
+ int *c,
+ int cursor );
void s_reset( screen_t *s );
#endif