-
Notifications
You must be signed in to change notification settings - Fork 161
macOS (CTRL + L) does not work reliably to clear terminal content. #652
Comments
Please clarify and fill in the template properly. You removed key sections from the issue template, Please fill in all areas. The whole information is required https://raw.githubusercontent.com/platformio/platformio-atom-ide-terminal/master/.github/ISSUE_TEMPLATE.md |
This comment has been minimized.
This comment has been minimized.
Thank you for filling in the information. Seems weird though that in macOS you are mentioning A look around doesnt show I did find the command platformio-atom-ide-terminal/lib/status-bar.coffee Lines 329 to 331 in 680b6e2
Also Some clarification needed below.
I also have no idea what you meant by It is the same to python in that shell or ghci, Thx. Edit: Related to #488 |
Sorry for my poor expression. The problem is,
It seems that I've searched #488 find it is just a brief expression of mine. Then, Note that this is a bug report though it may have nothing to do with Thanks. |
In macOS there is no Im going to test this in Windows 10 PRO 1803. This is how So I think its working except it wont actually clear what you typed unless you press In platformio-ide-terminal behaves exactly the same way. So how does the command Related informationSee #426 platformio-ide-terminal uses and depends on term.js which is a project thats has been abandoned now for 3/4 years, its bugged, and some of these bugs could be related to that. For instance newer terminals use |
Thanks for explaining. It has nothing to do with I've recorded two gifs for explanation. Above this the keyboard follows, there is a time period that cursor disappeared.
And the second gif shows the behaviour the The |
I know it not the same, but it exists and works. You have it in context menu and on command menu.
Its actually a destroy and recreate terminal command see the actual code. platformio-atom-ide-terminal/lib/status-bar.coffee Lines 329 to 331 in 680b6e2
Basically, what I want to know is, will If it does Ill consider adding If its a no answer, then this issue will remain open forever until someone updates In Windows however it works well enough, haven't tried Linux yet, but for me typing a clear command is faster than pressing some shortcut. You have several alternatives.
|
In response to that, clearly in the view of mine, destroy the old and create a new session is unacceptable. We use Thanks for friendly and warm response. |
Yw =) Sorry that doesnt suit your usage, I do see that 'platformio-ide-terminal:clear' is too evasive a method, |
I have tested this in actual macOS mojave 10.14.2 and works by pressing key combo twice, not ideal, but considering this is using old not maintained term.js, dont expect any fixes to this unless someone adds xterm.js support instead. |
This comment has been minimized.
This comment has been minimized.
I have tested |
Description
The
ctrl + l
doesn't work for me for it does not refresh the command line after clear, and need another type to make that shell refresh. It is the same to python in that shell, but not for ghci.Steps to reproduce
ctrl + l
to clear the screen.Expected behavior:
ctrl + l
should work for clearing the screen.Actual behavior:
ctrl + l
did not clear the screen, just remove the cursor.Reproduces how often: Every time.
Versions
OS name and version:
macOS Mojave 10.14
Platformio-ide-terminal version:
2.9.0
The text was updated successfully, but these errors were encountered: