aboutsummaryrefslogtreecommitdiffstats
path: root/pty-unix.h
diff options
context:
space:
mode:
Diffstat (limited to 'pty-unix.h')
-rw-r--r--pty-unix.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/pty-unix.h b/pty-unix.h
index 791ceab..0d96aa9 100644
--- a/pty-unix.h
+++ b/pty-unix.h
@@ -1,20 +1,12 @@
#ifndef _RUNES_PTY_H
#define _RUNES_PTY_H
-#define RUNES_PTY_BUFFER_LENGTH 4096
-
struct runes_pty {
int master;
int slave;
pid_t child_pid;
};
-typedef struct {
- RunesLoopData data;
- ssize_t len;
- char buf[RUNES_PTY_BUFFER_LENGTH];
-} RunesPtyLoopData;
-
void runes_pty_backend_spawn_subprocess(RunesTerm *t);
void runes_pty_backend_start_loop(RunesTerm *t);
void runes_pty_backend_set_window_size(RunesTerm *t);