mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
Added /COMPLETION command for tab + auto-completion. Config file format
changed for both as well, so you need to re-add them. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2798 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
d346fbe1a9
commit
622d239deb
3 changed files with 100 additions and 11 deletions
|
|
@ -228,7 +228,11 @@ enum {
|
|||
TXT_SET_UNKNOWN,
|
||||
TXT_SET_NOT_BOOLEAN,
|
||||
TXT_TRANSLATION_NOT_FOUND,
|
||||
TXT_TRANSLATION_FILE_ERROR
|
||||
TXT_TRANSLATION_FILE_ERROR,
|
||||
TXT_NO_COMPLETIONS,
|
||||
TXT_COMPLETION_HEADER,
|
||||
TXT_COMPLETION_LINE,
|
||||
TXT_COMPLETION_FOOTER
|
||||
};
|
||||
|
||||
extern FORMAT_REC fecommon_core_formats[];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue