[BACK]Return to screen.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/screen.c between version 1.21 and 1.22

version 1.21, 2011/05/20 19:17:39 version 1.22, 2012/03/17 21:37:36
Line 96 
Line 96 
 void  void
 screen_set_cursor_style(struct screen *s, u_int style)  screen_set_cursor_style(struct screen *s, u_int style)
 {  {
         if (style <= 4)          if (style <= 6)
                 s->cstyle = style;                  s->cstyle = style;
 }  }
   

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22