mirror of
https://github.com/tmux/tmux.git
synced 2025-04-11 11:46:13 +00:00
Do not use the key variable uninitialized (in a debug log statement),
reported by jungleboogie0 at gmail dot com.
This commit is contained in:
parent
2f586905fc
commit
b0782df8a6
@ -501,6 +501,7 @@ tty_keys_next(struct tty *tty)
|
||||
case -1: /* no, or not valid */
|
||||
break;
|
||||
case -2: /* yes, but we don't care. */
|
||||
key = KEYC_MOUSE;
|
||||
goto discard_key;
|
||||
case 1: /* partial */
|
||||
goto partial_key;
|
||||
|
Loading…
Reference in New Issue
Block a user