mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Fix tests
This commit is contained in:
@@ -145,7 +145,9 @@ namespace methods_core {
|
||||
}
|
||||
{
|
||||
const t: Terminal = new Terminal();
|
||||
t.setOption('cursorStyle', 'foo');
|
||||
t.setOption('cursorStyle', 'bar');
|
||||
t.setOption('cursorStyle', 'block');
|
||||
t.setOption('cursorStyle', 'underline');
|
||||
t.setOption('termName', 'foo');
|
||||
t.setOption('cancelEvents', true);
|
||||
t.setOption('convertEol', true);
|
||||
|
||||
Reference in New Issue
Block a user