diff options
Diffstat (limited to 'desktop/sources/scripts/cursor.js')
-rw-r--r-- | desktop/sources/scripts/cursor.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/sources/scripts/cursor.js b/desktop/sources/scripts/cursor.js index d5d2d21..cb11a4c 100644 --- a/desktop/sources/scripts/cursor.js +++ b/desktop/sources/scripts/cursor.js @@ -49,7 +49,7 @@ function Cursor (orca, terminal) { } this.write = function (g) { - if (this.node === 2) { + if (this.mode === 2) { terminal.io.sendKey(event.key) return } |