Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2015-08-12 12:01:09 +01:00
2 changed files with 8 additions and 8 deletions

View File

@ -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 }
};