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

Diff for /src/usr.bin/tmux/key-string.c between version 1.43 and 1.44

version 1.43, 2017/01/11 22:36:07 version 1.44, 2017/02/01 09:55:07
Line 255 
Line 255 
                 return ("Mouse");                  return ("Mouse");
         if (key == KEYC_DRAGGING)          if (key == KEYC_DRAGGING)
                 return ("Dragging");                  return ("Dragging");
           if (key == KEYC_MOUSEMOVE_PANE)
                   return ("MouseMovePane");
           if (key == KEYC_MOUSEMOVE_STATUS)
                   return ("MouseMoveStatus");
           if (key == KEYC_MOUSEMOVE_BORDER)
                   return ("MouseMoveBorder");
   
         /*          /*
          * Special case: display C-@ as C-Space. Could do this below in           * Special case: display C-@ as C-Space. Could do this below in

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