diff options
Diffstat (limited to 'pw.c')
-rw-r--r-- | pw.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -390,7 +390,7 @@ static int grexec(grep *gr, const char *line) static void clrline(unsigned stat) { if ((stat & stat_bkgnd) == 0) - printf("\r\033[J"); + printf("\r\033[K"); } static void clreol(int nl) |