mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Enlarge subshell PTY buffer.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
a7833b5b2e
commit
bb3ace13f1
@ -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 ****************************************************************/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user