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

Diff for /src/usr.bin/tmux/cmd-paste-buffer.c between version 1.20 and 1.21

version 1.20, 2012/11/27 20:22:12 version 1.21, 2012/12/09 23:17:35
Line 36 
Line 36 
 const struct cmd_entry cmd_paste_buffer_entry = {  const struct cmd_entry cmd_paste_buffer_entry = {
         "paste-buffer", "pasteb",          "paste-buffer", "pasteb",
         "db:prs:t:", 0, 0,          "db:prs:t:", 0, 0,
         "[-dpr] [-s separator] [-b buffer-index] [-t target-pane]",          "[-dpr] [-s separator] [-b buffer-index] " CMD_TARGET_PANE_USAGE,
         0,          0,
         NULL,          NULL,
         NULL,          NULL,

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21