Enlarge subshell PTY buffer.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2022-07-03 15:35:27 +03:00
parent a7833b5b2e
commit bb3ace13f1

View File

@ -149,7 +149,7 @@ gboolean should_read_new_subshell_prompt;
#define FORK_FAILURE 69 /* Arbitrary */
/* Length of the buffer for all I/O with the subshell */
#define PTY_BUFFER_SIZE BUF_SMALL /* Arbitrary; but keep it >= 80 */
#define PTY_BUFFER_SIZE BUF_MEDIUM /* Arbitrary; but keep it >= 80 */
/*** file scope type declarations ****************************************************************/