diff options
Diffstat (limited to 'toys/other')
-rw-r--r-- | toys/other/hexedit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/other/hexedit.c b/toys/other/hexedit.c index 3c5ada3a..06a96a22 100644 --- a/toys/other/hexedit.c +++ b/toys/other/hexedit.c @@ -132,7 +132,7 @@ void hexedit_main(void) tty_esc("0m"); tty_esc("?25l"); fflush(0); - xset_terminal(1, 1, 0); + xset_terminal(1, 1, 0, 0); if ((TT.len = fdlength(fd))<1) error_exit("bad length"); if (sizeof(long)==32 && TT.len>SIZE_MAX) TT.len = SIZE_MAX; |