mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last
time now I've configured emacs to make them displayed in really annoying colours...
This commit is contained in:
@ -56,7 +56,7 @@ cmd_resize_pane_init(struct cmd *self, int key)
|
||||
cmd_set_flag(&data->chflags, 'L');
|
||||
if (key == (KEYC_RIGHT | KEYC_CTRL))
|
||||
cmd_set_flag(&data->chflags, 'R');
|
||||
|
||||
|
||||
if (key == (KEYC_UP | KEYC_ESCAPE)) {
|
||||
cmd_set_flag(&data->chflags, 'U');
|
||||
data->arg = xstrdup("5");
|
||||
|
Reference in New Issue
Block a user