Release 4.11 tools/lib/subcmd/pager.h
#ifndef __SUBCMD_PAGER_H
#define __SUBCMD_PAGER_H
extern void pager_init(const char *pager_env);
extern void setup_pager(void);
extern int pager_in_use(void);
extern int pager_get_columns(void);
#endif /* __SUBCMD_PAGER_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Josh Poimboeuf | 33 | 82.50% | 3 | 75.00% |
Andi Kleen | 7 | 17.50% | 1 | 25.00% |
Total | 40 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.