diff options
Diffstat (limited to 'libcons/priv.h')
-rw-r--r-- | libcons/priv.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libcons/priv.h b/libcons/priv.h index c99a1600..9f3fd7b6 100644 --- a/libcons/priv.h +++ b/libcons/priv.h @@ -25,10 +25,21 @@ server. */ extern int _cons_slack; +/* If we jump down at input. */ +extern int _cons_jump_down_at_input; + +/* If we jump down at output. */ +extern int _cons_jump_down_at_output; + /* The filename of the console server. */ extern char *_cons_file; +/* Non-locking version of cons_vcons_scrollback. Does also not update + the display. */ +int _cons_vcons_scrollback (vcons_t vcons, cons_scroll_t type, float value); + + /* Called by MiG to translate ports into cons_notify_t. mutations.h arranges for this to happen for the fs_notify interfaces. */ static inline cons_notify_t |