Changeset 3985 for libcaca/trunk/caca/driver/slang.c
- Timestamp:
- Nov 21, 2009, 11:26:31 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca/driver/slang.c
r3984 r3985 143 143 /* Disable SLang's own SIGINT on ctrl-c */ 144 144 SLang_set_abort_signal(default_sigint); 145 145 146 146 SLtt_get_terminfo(); 147 147 … … 165 165 SLtt_set_mouse_mode(1, 0); 166 166 SLsmg_refresh(); 167 167 168 168 /* Disable scrolling so that hashmap scrolling optimization code 169 169 * does not cause ugly refreshes due to slow terminals */
Note: See TracChangeset
for help on using the changeset viewer.