aboutsummaryrefslogtreecommitdiff
path: root/include/06.keyboard/keyboard10.c
diff options
context:
space:
mode:
Diffstat (limited to 'include/06.keyboard/keyboard10.c')
-rw-r--r--include/06.keyboard/keyboard10.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/06.keyboard/keyboard10.c b/include/06.keyboard/keyboard10.c
deleted file mode 100644
index 5c6d048..0000000
--- a/include/06.keyboard/keyboard10.c
+++ /dev/null
@@ -1,11 +0,0 @@
-void keyup()
-{
- if(buffer_current>0)
- {
- buffer_size[buffer_current]=buffer_index;
- for(size_t i=0;i<buffer_index;i++) deletelast();
- buffer_current--;
- buffer_index=buffer_size[buffer_current];
- printf("%s",buffer[buffer_current]);
- }
-}