mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
Removed /SET term_scroll_fast - looks like il/dl commands work fine with
scrolling region at least in xterm and linux console, so it looks nice and is fast. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2028 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
4322da78aa
commit
c2e2d606e6
6 changed files with 18 additions and 56 deletions
|
|
@ -93,10 +93,6 @@ void terminfo_core_deinit(TERM_REC *term);
|
|||
terminal capabilities don't contain color codes */
|
||||
void terminfo_setup_colors(TERM_REC *term, int force);
|
||||
|
||||
/* Setup scrolling - if fast is TRUE, we'll use the fastest method to
|
||||
scroll, if it's FALSE, we'll use the one that looks cleanest. */
|
||||
void terminfo_setup_scroll(TERM_REC *term, int fast);
|
||||
|
||||
/* Terminal was resized - ask the width/height from terminfo again */
|
||||
void terminfo_resize(TERM_REC *term);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue