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

Diff for /src/usr.bin/tmux/input.c between version 1.65 and 1.66

version 1.65, 2014/01/31 11:17:20 version 1.66, 2014/03/31 21:32:00
Line 1147 
Line 1147 
         case INPUT_CSI_DA_TWO:          case INPUT_CSI_DA_TWO:
                 switch (input_get(ictx, 0, 0, 0)) {                  switch (input_get(ictx, 0, 0, 0)) {
                 case 0:                  case 0:
                         input_reply(ictx, "\033[>0;95;0c");                          input_reply(ictx, "\033[>84;0;0c");
                         break;                          break;
                 default:                  default:
                         log_debug("%s: unknown '%c'", __func__, ictx->ch);                          log_debug("%s: unknown '%c'", __func__, ictx->ch);

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.66