#include "keybindings.h" /* init_keybindings(), free_keybindings(),
* save_keybindings()
*/
+#include "map_window.h" /* for map_center() */
#include "wincontrol.h" /* init_winconfs(), init_wins(),
* sorted_wintoggle_and_activate()
*/
{
unload_interface_conf();
load_interface_conf();
+ map_center();
}
/* 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();