mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 21:56:57 +00:00
Do not allow cursor colours to be set beginning with ? as that will
report the colour, from Hayaki Saito.
This commit is contained in:
@ -44,7 +44,6 @@ const struct cmd_entry cmd_choose_client_entry = {
|
||||
|
||||
struct cmd_choose_client_data {
|
||||
struct client *client;
|
||||
char *template;
|
||||
};
|
||||
|
||||
enum cmd_retval
|
||||
|
Reference in New Issue
Block a user