Codebase list httping / fresh-snapshots/main main.h
fresh-snapshots/main

Tree @fresh-snapshots/main (Download .tar.gz)

main.h @fresh-snapshots/mainraw · history · blame

1
2
3
4
5
6
extern volatile int stop;
extern volatile char got_sigquit;
extern int max_x, max_y;

void determine_terminal_size(int *max_y, int *max_x);
void handler(int sig);