Skip to content

Commit

Permalink
proper solution
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel-hrvs authored Jul 20, 2024
1 parent 0fba238 commit baee4ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/studio/screens/console.c
Original file line number Diff line number Diff line change
Expand Up @@ -4271,8 +4271,8 @@ static void processKeyboard(Console* console)
else
{
if(keyWasPressed(console->studio, tic_key_up)) {
onClsCommand(console);
onHistoryUp(console);
scrollConsole(console);
}
else if(keyWasPressed(console->studio, tic_key_down)) onHistoryDown(console);
else if(keyWasPressed(console->studio, tic_key_left))
Expand Down

0 comments on commit baee4ed

Please sign in to comment.