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

Diff for /src/usr.bin/tmux/Attic/mode-key.c between version 1.57 and 1.58

version 1.57, 2014/03/31 21:36:43 version 1.58, 2014/03/31 21:39:31
Line 100 
Line 100 
   
 /* Copy keys command strings. */  /* Copy keys command strings. */
 const struct mode_key_cmdstr mode_key_cmdstr_copy[] = {  const struct mode_key_cmdstr mode_key_cmdstr_copy[] = {
           { MODEKEYCOPY_APPENDSELECTION, "append-selection" },
         { MODEKEYCOPY_BACKTOINDENTATION, "back-to-indentation" },          { MODEKEYCOPY_BACKTOINDENTATION, "back-to-indentation" },
         { MODEKEYCOPY_BOTTOMLINE, "bottom-line" },          { MODEKEYCOPY_BOTTOMLINE, "bottom-line" },
         { MODEKEYCOPY_CANCEL, "cancel" },          { MODEKEYCOPY_CANCEL, "cancel" },
Line 272 
Line 273 
         { '9',                      0, MODEKEYCOPY_STARTNUMBERPREFIX },          { '9',                      0, MODEKEYCOPY_STARTNUMBERPREFIX },
         { ':',                      0, MODEKEYCOPY_GOTOLINE },          { ':',                      0, MODEKEYCOPY_GOTOLINE },
         { '?',                      0, MODEKEYCOPY_SEARCHUP },          { '?',                      0, MODEKEYCOPY_SEARCHUP },
           { 'A',                      0, MODEKEYCOPY_APPENDSELECTION },
         { 'B',                      0, MODEKEYCOPY_PREVIOUSSPACE },          { 'B',                      0, MODEKEYCOPY_PREVIOUSSPACE },
         { 'D',                      0, MODEKEYCOPY_COPYENDOFLINE },          { 'D',                      0, MODEKEYCOPY_COPYENDOFLINE },
         { 'E',                      0, MODEKEYCOPY_NEXTSPACEEND },          { 'E',                      0, MODEKEYCOPY_NEXTSPACEEND },

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58