mirror of
https://github.com/tmux/tmux.git
synced 2024-12-04 11:55:56 +00:00
Clear overlay when command prompt is entered. Also fix some spacing in
man page pointed out by jmc.
This commit is contained in:
parent
9ebbe2cca7
commit
4860a58d07
@ -277,7 +277,6 @@ key_string_lookup_string(const char *string)
|
||||
}
|
||||
free(udp);
|
||||
return (uc);
|
||||
|
||||
}
|
||||
|
||||
/* Check for short Ctrl key. */
|
||||
|
2
status.c
2
status.c
@ -607,6 +607,8 @@ status_prompt_set(struct client *c, struct cmd_find_state *fs,
|
||||
struct format_tree *ft;
|
||||
char *tmp;
|
||||
|
||||
server_client_clear_overlay(c);
|
||||
|
||||
if (fs != NULL)
|
||||
ft = format_create_from_state(NULL, c, fs);
|
||||
else
|
||||
|
6
tmux.1
6
tmux.1
@ -4491,9 +4491,9 @@ Set the character used to fill areas of the terminal unused by a window.
|
||||
.It Ic main-pane-height Ar height
|
||||
.It Ic main-pane-width Ar width
|
||||
Set the width or height of the main (left or top) pane in the
|
||||
.Ic main-horizontal,
|
||||
.Ic main-horizontal-mirrored,
|
||||
.Ic main-vertical,
|
||||
.Ic main-horizontal ,
|
||||
.Ic main-horizontal-mirrored ,
|
||||
.Ic main-vertical ,
|
||||
or
|
||||
.Ic main-vertical-mirrored
|
||||
layouts.
|
||||
|
Loading…
Reference in New Issue
Block a user