diff options
Diffstat (limited to 'pager.c')
| -rw-r--r-- | pager.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -234,6 +234,8 @@ int term_columns(void) */ void term_clear_line(void) { + if (!isatty(2)) + return; if (is_terminal_dumb()) /* * Fall back to print a terminal width worth of space |
