General Cleanup, Implemented DMA Allocation
[tpg/acess2.git] / Kernel / drv / vterm.c
index 1dde000..09f85ff 100644 (file)
@@ -494,6 +494,10 @@ void VT_KBCallBack(Uint32 Codepoint)
                case KEY_F10:   VT_SetTerminal(9);      return;
                case KEY_F11:   VT_SetTerminal(10);     return;
                case KEY_F12:   VT_SetTerminal(11);     return;
+               case KEY_PGUP:
+                       break;
+               case KEY_PGDOWN:
+                       break;
                }
        }
        

UCC git Repository :: git.ucc.asn.au