Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vti committed May 20, 2010
1 parent 9de604a commit a4dbc2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion showmetheshell
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ websocket '/' => sub {
if ($action eq 'left') {
$buffer = "$esc\[D";
}
elsif ($action eq 'top') {
elsif ($action eq 'up') {
$buffer = "$esc\[A";
}
elsif ($action eq 'right') {
Expand Down

0 comments on commit a4dbc2c

Please sign in to comment.