Add a timeout to prevent the sequences which wait for a specific
authornicm <nicm@openbsd.org>
Sun, 4 Jun 2017 09:22:34 +0000 (09:22 +0000)
committernicm <nicm@openbsd.org>
Sun, 4 Jun 2017 09:22:34 +0000 (09:22 +0000)
commit5842cea5f8952ff560d975e00d6e95ef4a85b598
tree76bab5d35b93bdf41c559b94c966353be22ebc90
parentc518535ddbdd15ad007620eebef957f0fc0cba5d
Add a timeout to prevent the sequences which wait for a specific
terminator (OSC, APC and DCS) waiting forever, which helps to avoid
garbage (cat /dev/random) locking up panes completely. This (and the
last commit) prompted by a discussion with theo.
usr.bin/tmux/input.c