Release 4.18 tools/lib/subcmd/pager.h
/* SPDX-License-Identifier: GPL-2.0 */
#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 | 80.49% | 3 | 60.00% |
Andi Kleen | 7 | 17.07% | 1 | 20.00% |
Greg Kroah-Hartman | 1 | 2.44% | 1 | 20.00% |
Total | 41 | 100.00% | 5 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.