-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Screen clear problem. #98
Comments
This In your screen recording, I noticed that you did not turn on the In shell, please use |
my pc is win10, linux server is centos7.3 64bit (kernel 3.10.0),vmware 16.1.2. |
turn on the Mode - Word Wrap, everything is ok. |
Thank you, I will try to reproduce |
shell cmd "clear" / shortcut "ctrl+l" ,
can't :"clear screen and move cursor to top-left corner control"
(in top,send"enter"/q refresh or quit also have some problem)
c language : printf("\033[2J");
can't clear screen;
The text was updated successfully, but these errors were encountered: