|
|
@@ -142,7 +142,7 @@ static int slang_init_graphics(caca_display_t *dp) |
|
|
|
SLsig_block_signals(); |
|
|
|
/* Disable SLang's own SIGINT on ctrl-c */ |
|
|
|
SLang_set_abort_signal(default_sigint); |
|
|
|
|
|
|
|
|
|
|
|
SLtt_get_terminfo(); |
|
|
|
|
|
|
|
if(SLkp_init() == -1) |
|
|
@@ -164,7 +164,7 @@ static int slang_init_graphics(caca_display_t *dp) |
|
|
|
SLkp_define_keysym("\e[M", 1001); |
|
|
|
SLtt_set_mouse_mode(1, 0); |
|
|
|
SLsmg_refresh(); |
|
|
|
|
|
|
|
|
|
|
|
/* Disable scrolling so that hashmap scrolling optimization code |
|
|
|
* does not cause ugly refreshes due to slow terminals */ |
|
|
|
SLtt_Term_Cannot_Scroll = 1; |
|
|
|