console-clear icon indicating copy to clipboard operation
console-clear copied to clipboard

keep all the history

Open milahu opened this issue 3 years ago • 0 comments

preserve *all* the history

before, clear(true) removed the last part of the terminal history

now dont clear me should be visible when scrolling back

echo dont clear me; node -e "require('./')(true, true)"

edit: should be an extra option, sometimes its desired to keep no history edit: done. added the option keepLastScreen

milahu avatar Mar 16 '21 07:03 milahu