[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.15 and 1.16

version 1.15, 2010/04/04 23:05:15 version 1.16, 2010/04/06 21:35:44
Line 20 
Line 20 
   
 #include <stdlib.h>  #include <stdlib.h>
 #include <string.h>  #include <string.h>
   #include <unistd.h>
 #include <vis.h>  #include <vis.h>
   
 #include "tmux.h"  #include "tmux.h"
Line 55 
Line 56 
         s->rupper = 0;          s->rupper = 0;
         s->rlower = screen_size_y(s) - 1;          s->rlower = screen_size_y(s) - 1;
   
         s->mode = MODE_CURSOR;          s->mode = MODE_CURSOR | MODE_WRAP;
   
         screen_reset_tabs(s);          screen_reset_tabs(s);
   

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16