CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/08/19 02:29:16
Modified files:
usr.bin/tmux : tty-keys.c
Log message:
Both terminators \007 and \033\\ leave the index pointing to the final
character of the terminator, so correct the size calculation to always
add one. GitHub issue 4082.
