From 598d1c86a5952d3e5d1d2175fdff3f76918a3ce9 Mon Sep 17 00:00:00 2001 From: Aleksa Vučković Date: Sun, 6 Mar 2022 12:55:49 +0100 Subject: font size change --- include/06.keyboard/keyboard.c | 7 +++++-- include/06.keyboard/keyboard17.c | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) (limited to 'include/06.keyboard') diff --git a/include/06.keyboard/keyboard.c b/include/06.keyboard/keyboard.c index a95d399..ab31315 100644 --- a/include/06.keyboard/keyboard.c +++ b/include/06.keyboard/keyboard.c @@ -150,8 +150,11 @@ void keyboard_handler() { c=shift_charcode[keycode]; } - buffer[buffer_current][buffer_index++]=c; - printf("%c",c); + if(buffer_index