fix HIDE_CURSOR_SEQ

This commit is contained in:
Jorge Morante 2023-09-27 14:01:48 +02:00
parent 9c1004d13b
commit 3d7fbcaf03
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ require "./action_runner"
module Fingers
class View
CLEAR_SEQ = "\e[H\e[J"
HIDE_CURSOR_SEQ = "\e[25h"
HIDE_CURSOR_SEQ = "\e[?25l"
@hinter : Hinter
@state : State