File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
src/test/java/com/flowingcode/vaadin/addons/xterm Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 2424import com .flowingcode .vaadin .addons .xterm .ITerminalClipboard .UseSystemClipboard ;
2525import com .flowingcode .vaadin .addons .xterm .ITerminalOptions .BellStyle ;
2626import com .flowingcode .vaadin .addons .xterm .ITerminalOptions .CursorStyle ;
27- import com .vaadin .flow .component .notification .Notification ;
2827import com .vaadin .flow .component .orderedlayout .VerticalLayout ;
2928import com .vaadin .flow .router .Route ;
3029import java .time .LocalDate ;
@@ -97,9 +96,8 @@ public XtermDemoView() {
9796 break ;
9897 default :
9998 if (!ev .getLine ().trim ().isEmpty ()) {
100- xterm .writeln ("Bad command" );
99+ xterm .writeln ("Unknown command: " + line [ 0 ] );
101100 }
102- Notification .show (ev .getLine ());
103101 }
104102 });
105103
You can’t perform that action at this time.
0 commit comments