diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2002-09-13 23:53:55 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2002-09-13 23:53:55 +0000 |
commit | c459dbcc280609b937dafb28e8b1f8e644e23903 (patch) | |
tree | 5d9127e02896ce36dce6e1086bf6a5cb1ea6f6e0 /libcons/file-changed.c | |
parent | cc60ad8bb9596cafe94f48de9ea030ce01e22404 (diff) |
Sneak in a change without ChangeLog entry: Replace all _at_ in previous
change with _on_.
Diffstat (limited to 'libcons/file-changed.c')
-rw-r--r-- | libcons/file-changed.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcons/file-changed.c b/libcons/file-changed.c index 21449271..7b78a317 100644 --- a/libcons/file-changed.c +++ b/libcons/file-changed.c @@ -128,7 +128,7 @@ cons_S_file_changed (cons_notify_t notify, natural_t tickno, until absolutely necessary. */ if (vcons->scrolling) { - if (_cons_jump_down_at_output) + if (_cons_jump_down_on_output) _cons_vcons_scrollback (vcons, CONS_SCROLL_ABSOLUTE_LINE, 0); else @@ -234,7 +234,7 @@ cons_S_file_changed (cons_notify_t notify, natural_t tickno, off_t start = change.matrix.start; off_t end = change.matrix.end; - if (vcons->scrolling && _cons_jump_down_at_output) + if (vcons->scrolling && _cons_jump_down_on_output) _cons_vcons_scrollback (vcons, CONS_SCROLL_ABSOLUTE_LINE, 0); if (vcons->state.screen.cur_line >= vcons->scrolling) |