-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Consider the following sequence:
xterm.setPrompt("FOO>");
xterm.writePrompt();
xterm.write("x");
xterm.writePrompt();
Actual output:
x
FOO>FOO>
Expected output:
FOO>x
The test of whether "prompt has been written in this line" happens outside of the xterm processing loop:
XTermConsoleAddon/src/main/resources/META-INF/frontend/fc-xterm/xterm-console-mixin.ts
Line 269 in 406cdc6
| //prompt has been written in this line |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
To Do