mirror of
https://github.com/tmux/tmux.git
synced 2025-10-26 12:27:15 +00:00
Keep any text killed in the command prompt with C-w and yank it with
C-y, only use the top buffer if no text has previously been killed. This and previous change promped by discussion with kn@.
This commit is contained in:
@@ -302,6 +302,7 @@ server_client_lost(struct client *c)
|
||||
free(msg);
|
||||
}
|
||||
|
||||
free(c->prompt_saved);
|
||||
free(c->prompt_string);
|
||||
free(c->prompt_buffer);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user