CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/06/04 03:22:34
Modified files:
usr.bin/tmux : input.c
Log message:
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.
