1 changed files with 0 additions and 10 deletions
@ -1,10 +0,0 @@ |
|||
#include "display.h" |
|||
#include "locale.h" |
|||
int main() |
|||
{ |
|||
setlocale(LC_ALL, ""); |
|||
Curses term; |
|||
term.print_kbd(); |
|||
for(;;) ; |
|||
} |
|||
|
|||
Loading…
Reference in new issue