|
From: Helmut K. <hel...@is...> - 2018-01-11 07:44:40
|
,--------------------------------------------------- > When developing software, my debug output comes out to the TOSWIN console window.As I need a clean output most of the time, I clear the window by closing and opening it.Can there be a menu item or shortcut combo to clear the console window?Thanks. > rgdswongck I use: alias clsc='print -n \\033E >/dev/console' Your shell might need a different syntax for EscE. |