View Single Post
Old 09-18-2013, 06:42 AM   #18
ixtab
(offline)
ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.
 
ixtab's Avatar
 
Posts: 2,907
Karma: 6736094
Join Date: Dec 2011
Device: K3, K4, K5, KPW, KPW2
Quote:
Originally Posted by Aeris View Post
Is there any way to clear screen after eipsing? I've tryed eips -c but i clears ALL the screen, not only the new written portion
Yes, and no.

The simplest way is to overwrite the existing text with spaces (something like eips x y " "). Another options is to fill some rectangle with a particular color.

In any case, this will NOT simply "remove" the text that you wrote and show whatever was there before. It will paint over it again. What was there before you started writing to the screen will be lost in any case, until it gets refreshed - by whichever means, usually by an update -- in this case -- of the KUAL menu.
ixtab is offline   Reply With Quote