Initial check in of icontext work.

This commit is contained in:
Bart House
2018-11-22 22:17:03 -08:00
parent 02749b7621
commit 8111624d0e
15 changed files with 110 additions and 77 deletions
+2
View File
@@ -97,7 +97,9 @@ char *argv[];
nethack_enter(argc, argv);
icontext_init();
sys_early_init();
#if defined(WIN32) && defined(TTY_GRAPHICS)
Strcpy(default_window_sys, "tty");
#else