Open igotapochahontas opened 4 years ago
probably clear
is a t-ui command, not an android shell command, so it will not run inside a sh script. In my configuration i use clear;cat file.txt
on double tab to clear the screen and display an android ascii art
Nice. Good idea. Then save that as an alias? I didn't know tui could seperate commands with an ";"
The "clear" command does not work from inside a shell script. I am making a slow ascii cartoon by using sh to load the frames and display them, but clear only clear the screen when I type it. It doesn't work from inside a shell. Anybody know a workaround for now?