summaryrefslogtreecommitdiff
path: root/ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui.c')
-rw-r--r--ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui.c b/ui.c
index 3fa1a1c..13fd7d7 100644
--- a/ui.c
+++ b/ui.c
@@ -76,7 +76,7 @@ u8 ui_get_key(bool block) {
void curses_thread(void* v) {
u8 c;
while(1) {
- erase();
+ //erase();
draw();
if ((c = ui_get_key(false)) <= 0xF) {
vm.keyboard[c] = 1;