mirror of
https://github.com/encounter/osdev.git
synced 2026-07-10 12:18:43 -07:00
295ec24a65
Initial work on shell history using arrow keys
7 lines
96 B
C
7 lines
96 B
C
#pragma once
|
|
|
|
void init_keyboard();
|
|
|
|
void key_buffer_set(char *input);
|
|
|
|
void key_buffer_print(); |