mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 04:13:32 +02:00
Irssi won't automatically overwrite configuration files if they're
changed while irssi is running: - /SAVE asks whether to save it or not - autosave at quit saves it to config.autosave file git-svn-id: http://svn.irssi.org/repos/irssi/trunk@762 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
228c1d7f36
commit
a2cac63e56
5 changed files with 115 additions and 15 deletions
|
|
@ -167,7 +167,8 @@ enum {
|
|||
IRCTXT_BIND_KEY,
|
||||
IRCTXT_BIND_UNKNOWN_ID,
|
||||
IRCTXT_CONFIG_SAVED,
|
||||
IRCTXT_CONFIG_RELOADED
|
||||
IRCTXT_CONFIG_RELOADED,
|
||||
IRCTXT_CONFIG_MODIFIED
|
||||
};
|
||||
|
||||
extern FORMAT_REC fecommon_core_formats[];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue