We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75f2ba8 commit a5109cbCopy full SHA for a5109cb
src/main/java/com/flowingcode/vaadin/addons/xterm/ITerminal.java
@@ -109,7 +109,6 @@ public interface ITerminal extends Serializable {
109
* @param data The data to write to the terminal. This can either be raw bytes given as Uint8Array
110
* from the pty or a string. Raw bytes will always be treated as UTF-8 encoded, string data as
111
* UTF-16.
112
- * @param callback Optional callback that fires when the data was processed by the parser.
113
*/
114
void writeln(String data);
115
0 commit comments