#1991: add support for 'clear screen' and 'move to home'#1992
#1991: add support for 'clear screen' and 'move to home'#1992wodzuu wants to merge 2 commits intoarduino:mainfrom
Conversation
|
Hi @wodzuu, thanks for the contribution. What IDE2 needs, in the long run, is a pseudoterminal: #1473 (comment). |
|
Hi @kittaakos. Yes, that would be perfect. However this seems to be a much bigger task than just adding support for those two escape sequences. And I think they already make a significant difference (for me at least :P ) |
|
Hi @kittaakos. |
No, I do not think so. IDE2 never talks with the board directly on serial or other ways. The Arduino CLI knows how to talk to the board and acts as a middleman between the device and the IDE. It wouldn't be easier to integrate an external tool with IDE2, especially since YAT is for Windows only, as I see, and we want to make the features available to all users. Furthermore, it seems to be possible without any external tools (#1473 (comment)):
monitor_running_in_terminal.mp4I have another ongoing implementation, which uses the Please bear with us; do not think we do not hear your voice. |
Motivation
Implement feature requested in Issue #1991
Change description
A complete rewrite of
messagesToLinesfrommonitor-utils.tsOther information
Docs have not been updated as there are no docs related to the Serial Monitor
Reviewer checklist