mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
Some style nits and dead assignments.
This commit is contained in:
@ -120,6 +120,8 @@ xterm_keys_match(const char *template, const char *buf, size_t len,
|
||||
size_t pos;
|
||||
int retval;
|
||||
|
||||
*modifiers = 0;
|
||||
|
||||
if (len == 0)
|
||||
return (0);
|
||||
|
||||
|
Reference in New Issue
Block a user