mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +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
|
|
@ -92,7 +92,6 @@ static void read_settings(void)
|
|||
{
|
||||
int old_colors = term_use_colors;
|
||||
|
||||
term_setup_scroll(settings_get_bool("term_scroll_fast"));
|
||||
if (settings_get_bool("term_force_colors")) {
|
||||
if (!term_use_colors) {
|
||||
term_force_colors(TRUE);
|
||||
|
|
@ -117,7 +116,6 @@ void term_common_init(void)
|
|||
#endif
|
||||
settings_add_bool("lookandfeel", "colors", TRUE);
|
||||
settings_add_bool("lookandfeel", "term_force_colors", FALSE);
|
||||
settings_add_bool("lookandfeel", "term_scroll_fast", FALSE);
|
||||
|
||||
term_use_colors = term_has_colors() && settings_get_bool("colors");
|
||||
read_settings();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue