root/tools/lib/subcmd/pager.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0 */
   2 #ifndef __SUBCMD_PAGER_H
   3 #define __SUBCMD_PAGER_H
   4 
   5 extern void pager_init(const char *pager_env);
   6 
   7 extern void setup_pager(void);
   8 extern int pager_in_use(void);
   9 extern int pager_get_columns(void);
  10 extern void force_pager(const char *);
  11 
  12 #endif /* __SUBCMD_PAGER_H */

/* [<][>][^][v][top][bottom][index][help] */