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

Diff for /src/usr.bin/tmux/tty-keys.c between version 1.42 and 1.43

version 1.42, 2012/07/10 11:53:01 version 1.43, 2012/08/21 10:08:11
Line 734 
Line 734 
                 a = b = 0;                  a = b = 0;
   
         log_debug("received xterm version %u", b);          log_debug("received xterm version %u", b);
         tty_set_version(tty, b);          if (b < 500)
                   tty_set_version(tty, b);
   
         return (0);          return (0);
 }  }

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43