home · contact · privacy
Client: Moved pad creation/sizing/deletion into (un)load_interface(), so that
[plomrogue] / src / client / misc.h
index cd283ed87242cd03a443c3c94f3680763b44c9a5..7ca1137b1c2f6b6a0d1c6117c2212161bc6a1b71 100644 (file)
 
 
 
-/* Save / load / unload (free) / reload interface configuration data. */
+/* Save / load (init) / unload (free/dissolve) / reload interface configuration
+ * data, world.wmeta.pad (initialized before opening any windows to the height
+ * of the terminal screen and a width of 1) and window chains.
+ */
 extern void save_interface_conf();
 extern void load_interface_conf();
 extern void unload_interface_conf();