1 /* src/client/interface_conf.h
3 * Read/unread/write interface configuration file.
6 #ifndef INTERFACE_CONF_H
7 #define INTERFACE_CONF_H
11 /* Parses command line argument -i into client configuration. */
12 extern void obey_argv(int argc, char * argv[]);
14 /* Save / load (init) / unload (free/dissolve) / reload interface configuration
15 * data, world.wins.pad (initialized before opening any windows to the height of
16 * the terminal screen and a width of 1) and window chains.
18 * Note that reload_interface_conf() also calls map_center() and re-sets
19 * world.winDB.v_screen_offset to zero.
21 extern void save_interface_conf();
22 extern void load_interface_conf();
23 extern void unload_interface_conf();
24 extern void reload_interface_conf();