summaryrefslogtreecommitdiff
path: root/src/c/keyboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/c/keyboard.c')
-rw-r--r--src/c/keyboard.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/c/keyboard.c b/src/c/keyboard.c
index ab31315..5242bb0 100644
--- a/src/c/keyboard.c
+++ b/src/c/keyboard.c
@@ -150,6 +150,7 @@ void keyboard_handler()
{
c=shift_charcode[keycode];
}
+
if(buffer_index<BUFFER_SIZE)
{
buffer[buffer_current][buffer_index++]=c;