aboutsummaryrefslogtreecommitdiffstats
path: root/src/pty-unix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pty-unix.h')
-rw-r--r--src/pty-unix.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pty-unix.h b/src/pty-unix.h
index 1c96ec1..a0c7bac 100644
--- a/src/pty-unix.h
+++ b/src/pty-unix.h
@@ -1,6 +1,8 @@
#ifndef _RUNES_PTY_H
#define _RUNES_PTY_H
+#define RUNES_READ_BUFFER_LENGTH 4096
+
struct runes_pty {
int master;
int slave;