You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am basically forwarding this (wrongly opened) Xterm.js issue: xtermjs/xterm.js#4966
Apparently when no argument/parameter is passed to input(), or input("") with empty string, expectations are broken and the terminal prints last printed thing twice.
Is this a known issue and/or can we fix it by passing a zero-width char out of the box, when no argument is provided, which solves all the things?
That is: input("") (note: you don't see it, that's its purpose, your IDE would though, or should!)
input("")
GitHub copy would definitively give you that invisible char!
Thank you!
The text was updated successfully, but these errors were encountered:
I am basically forwarding this (wrongly opened) Xterm.js issue: xtermjs/xterm.js#4966
Apparently when no argument/parameter is passed to
input()
, orinput("")
with empty string, expectations are broken and the terminal prints last printed thing twice.Is this a known issue and/or can we fix it by passing a zero-width char out of the box, when no argument is provided, which solves all the things?
That is:
input("")
(note: you don't see it, that's its purpose, your IDE would though, or should!)GitHub copy would definitively give you that invisible char!
Thank you!
The text was updated successfully, but these errors were encountered: