freebsd-dev/usr.bin/top
Yuri Pankov 13858b8824 top: VIS_SAFE turned out to be unsafe
Unset VIS_SAFE flag as it turned out to be actually unsafe
for continuos top display as it's passing through sequences
resulting cursor movement (backspace, tab, carriage-return),
and explicitly set VIS_TAB for the same reason.

Reported by:	Mark Millard <marklmi@yahoo.com>, swills
Tested by:	Mark Millard <marklmi@yahoo.com>, swills
2020-07-14 22:43:40 +00:00
..
commands.c
commands.h
display.c
display.h
layout.h
loadavg.h
machine.c top: VIS_SAFE turned out to be unsafe 2020-07-14 22:43:40 +00:00
machine.h
Makefile
Makefile.depend
screen.c
screen.h
top.1
top.c
top.h
username.c
username.h
utils.c
utils.h