On Mon, Sep 05, 2016 at 08:06 AM, Cág said: > In Coreutils and in BSDs when you use less(1)/more(1) to view a file > an alternate screen opens that closes after exiting. Like in vim/nvi, > you open a file in a terminal, kind of a new window opens and when you > exit you don't see what you've done.
AFAIK, the problem is that altscreen is missing from the Linux console, not busybox. You might be able to get altscreen behavior with a program like screen or tmux. If you know of a way to enable altscreen directly in the linux consoles, I would like to know. Peace, James _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
