Skip to content

Commit 69d34ce

Browse files
committed
alignment
1 parent 1a37df2 commit 69d34ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Terminal/UnixTerminal.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,9 @@ public function getKeyedInput()
157157
// TODO: up, down, enter etc in Abstract CONSTs
158158
$map = [
159159
"\033[A" => 'up',
160-
"k" => 'up',
160+
"k" => 'up',
161161
"\033[B" => 'down',
162-
"j" => 'down',
162+
"j" => 'down',
163163
"\n" => 'enter',
164164
"\r" => 'enter',
165165
" " => 'enter',

0 commit comments

Comments
 (0)