Add an option to control the input buffer size, from Ken Lau.

This commit is contained in:
nicm
2024-11-11 08:41:05 +00:00
parent 596ea62dc3
commit c26d71d3e9
5 changed files with 28 additions and 2 deletions

3
tmux.1
View File

@ -4139,6 +4139,9 @@ option.
If not empty, a file to which
.Nm
will write command prompt history on exit and load it from on start.
.It Ic input-buffer-size Ar bytes
Maximum of bytes allowed to read in escape and control sequences.
Once reached, the sequence will be discarded.
.It Ic message-limit Ar number
Set the number of error or information messages to save in the message log for
each client.