aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/pty-unix.h2
-rw-r--r--src/runes.h2
2 files changed, 2 insertions, 2 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;
diff --git a/src/runes.h b/src/runes.h
index 97a9487..c006c7c 100644
--- a/src/runes.h
+++ b/src/runes.h
@@ -1,8 +1,6 @@
#ifndef _RUNES_H
#define _RUNES_H
-#define RUNES_READ_BUFFER_LENGTH 4096
-
struct runes_term;
struct runes_window;
struct runes_pty;