diff options
Diffstat (limited to 'libcons/priv.h')
-rw-r--r-- | libcons/priv.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcons/priv.h b/libcons/priv.h index 9f3fd7b6..598590e5 100644 --- a/libcons/priv.h +++ b/libcons/priv.h @@ -26,10 +26,10 @@ extern int _cons_slack; /* If we jump down at input. */ -extern int _cons_jump_down_at_input; +extern int _cons_jump_down_on_input; /* If we jump down at output. */ -extern int _cons_jump_down_at_output; +extern int _cons_jump_down_on_output; /* The filename of the console server. */ extern char *_cons_file; |