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

Diff for /src/usr.bin/tmux/key-bindings.c between version 1.144 and 1.145

version 1.144, 2022/08/11 09:11:26 version 1.145, 2022/08/15 08:41:13
Line 344 
Line 344 
 void  void
 key_bindings_init(void)  key_bindings_init(void)
 {  {
         static const char *defaults[] = {          static const char *const defaults[] = {
                 /* Prefix keys. */                  /* Prefix keys. */
                 "bind -N 'Send the prefix key' C-b { send-prefix }",                  "bind -N 'Send the prefix key' C-b { send-prefix }",
                 "bind -N 'Rotate through the panes' C-o { rotate-window }",                  "bind -N 'Rotate through the panes' C-o { rotate-window }",

Legend:
Removed from v.1.144  
changed lines
  Added in v.1.145