From c459dbcc280609b937dafb28e8b1f8e644e23903 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Fri, 13 Sep 2002 23:53:55 +0000 Subject: Sneak in a change without ChangeLog entry: Replace all _at_ in previous change with _on_. --- libcons/file-changed.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libcons/file-changed.c') 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) -- cgit v1.2.3