Home
last modified time | relevance | path

Searched refs:terminal_height (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/util-linux/
Dmore.c44 unsigned terminal_height; member
53 get_terminal_width_height(G.tty_fileno, &G.terminal_width, &G.terminal_height); in get_wh()
54 G.terminal_height -= 1; in get_wh()
201 if (++lines >= G.terminal_height || input == '\n') in more_main()