win32_gui: mimic tty interface when "Nethack mode" is selected (remove window features)

This commit is contained in:
Alex Kompel
2016-01-03 19:52:05 -08:00
parent 44a9f1db17
commit c4bf762ec1
10 changed files with 103 additions and 61 deletions
+2
View File
@@ -89,6 +89,8 @@ mswin_init_map_window()
/* Set window caption */
SetWindowText(ret, "Map");
mswin_apply_window_style(ret);
return ret;
}