mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 20:00:23 +02:00
Added formats to /SET texts.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1517 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
7038b7f1ab
commit
7cab17c2c9
3 changed files with 19 additions and 7 deletions
|
|
@ -188,7 +188,11 @@ enum {
|
|||
TXT_CONFIG_RELOADED,
|
||||
TXT_CONFIG_MODIFIED,
|
||||
TXT_GLIB_ERROR,
|
||||
TXT_OVERWRITE_CONFIG
|
||||
TXT_OVERWRITE_CONFIG,
|
||||
TXT_SET_TITLE,
|
||||
TXT_SET_ITEM,
|
||||
TXT_SET_UNKNOWN,
|
||||
TXT_SET_NOT_BOOLEAN
|
||||
};
|
||||
|
||||
extern FORMAT_REC fecommon_core_formats[];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue