Ignore:
Timestamp:
Nov 21, 2009, 11:26:31 AM (13 years ago)
Author:
Jean-Yves Lamoureux
Message:
  • Remove trailing spaces (bouh!)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/caca/driver/slang.c

    r3984 r3985  
    143143    /* Disable SLang's own SIGINT on ctrl-c */
    144144    SLang_set_abort_signal(default_sigint);
    145    
     145
    146146    SLtt_get_terminfo();
    147147
     
    165165    SLtt_set_mouse_mode(1, 0);
    166166    SLsmg_refresh();
    167    
     167
    168168    /* Disable scrolling so that hashmap scrolling optimization code
    169169     * does not cause ugly refreshes due to slow terminals */
Note: See TracChangeset for help on using the changeset viewer.