home · contact · privacy
Client: reload_interface_conf() calls map_center() to re-focus map on player.
[plomrogue] / src / client / misc.h
index cd283ed87242cd03a443c3c94f3680763b44c9a5..bde51e679afeea5beef4276d1c3e562f5f88ac7f 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.
+ *
+ * Note that reload_interface_conf() also calls map_center().
+ */
 extern void save_interface_conf();
 extern void load_interface_conf();
 extern void unload_interface_conf();