[BACK]Return to cmd-save-buffer.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/cmd-save-buffer.c between version 1.12 and 1.13

version 1.12, 2011/10/23 08:34:01 version 1.13, 2012/03/21 19:16:07
Line 33 
Line 33 
 const struct cmd_entry cmd_save_buffer_entry = {  const struct cmd_entry cmd_save_buffer_entry = {
         "save-buffer", "saveb",          "save-buffer", "saveb",
         "ab:", 1, 1,          "ab:", 1, 1,
         "[-a] " CMD_BUFFER_USAGE,          "[-a] " CMD_BUFFER_USAGE " path",
         0,          0,
         NULL,          NULL,
         NULL,          NULL,

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13