#ifndef __PERF_TERM_H #define __PERF_TERM_H struct termios; struct winsize; void get_term_dimensions(struct winsize *ws); void set_term_quiet_input(struct termios *old); #endif /* __PERF_TERM_H */Overall Contributors
Person | Tokens | Prop | Commits | CommitProp | |
josh poimboeuf | josh poimboeuf | 33 | 100.00% | 1 | 100.00% |
Total | 33 | 100.00% | 1 | 100.00% |