aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/9term/9term.h
blob: 4e8d61f3887e441116c1c29fc1aa70226fc10962 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#include <u.h>
#include <libc.h>
#include <ctype.h>
#include <draw.h>
#include <thread.h>
#include <mouse.h>
#include <cursor.h>
#include <keyboard.h>
#include <frame.h>
#include <plumb.h>
#include <termios.h>
#include <sys/termios.h>
#ifdef __linux__
#include <pty.h>
#endif

extern int getchildwd(int, char*, int);
extern int getpts(int[], char*);