From 72cd2e07f1cea190925021472465325e72589f47 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Fri, 8 May 2015 20:20:29 -0500 Subject: Move not-curses code into interstingtimes.c --- lib/lib.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lib/lib.h') diff --git a/lib/lib.h b/lib/lib.h index dc5edd33..be4051eb 100644 --- a/lib/lib.h +++ b/lib/lib.h @@ -172,12 +172,14 @@ void delete_tempfile(int fdin, int fdout, char **tempname); void replace_tempfile(int fdin, int fdout, char **tempname); void crc_init(unsigned int *crc_table, int little_endian); void base64_init(char *p); -int terminal_size(unsigned *x, unsigned *y); -int set_terminal(int fd, int raw, struct termios *old); int yesno(char *prompt, int def); int human_readable(char *buf, unsigned long long num); int qstrcmp(const void *a, const void *b); int xpoll(struct pollfd *fds, int nfds, int timeout); + +// interestingtimes.c +int terminal_size(unsigned *xx, unsigned *yy); +int set_terminal(int fd, int raw, struct termios *old); int scan_key(char *scratch, char **seqs, int block); // net.c -- cgit v1.2.3