mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Merge branch 'obsd-master'
This commit is contained in:
@ -101,10 +101,10 @@ const char *cmd_find_pane_table[][2] = {
|
||||
{ "{top-right}", "top-right" },
|
||||
{ "{bottom-left}", "bottom-left" },
|
||||
{ "{bottom-right}", "bottom-right" },
|
||||
{ "{up}", "{up}" },
|
||||
{ "{down}", "{down}" },
|
||||
{ "{left}", "{left}" },
|
||||
{ "{right}", "{right}" },
|
||||
{ "{up-of}", "{up}" },
|
||||
{ "{down-of}", "{down}" },
|
||||
{ "{left-of}", "{left}" },
|
||||
{ "{right-up}", "{right}" },
|
||||
{ NULL, NULL }
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user