11 Terminal(History
* history_in
);
15 int get_terminal_fd() { return terminal_fd
; }
17 void send(const char* data
, int length
= -1);
19 void notify_resize(int columns
, int rows
, int pixel_width
, int pixel_height
);
26 int prebuffered_bytes
;
27 static bool child_died
;
30 static void sigchld_received(int signal_number
);