Skip to content

Commit

Permalink
FIX: command history
Browse files Browse the repository at this point in the history
  • Loading branch information
LejusV committed Jul 3, 2024
1 parent 5e1eb18 commit 7f6bace
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kernel/kbd.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ void keyboard_data(char *str) {
keyboard_buffer.count--;
if(echo){
c = '\b';
echoing = true;
cons_write(&c, 1);
echoing = false;
}
}
} else {
Expand Down

0 comments on commit 7f6bace

Please sign in to comment.