diff options
author | Timo Sirainen <cras@irssi.org> | 2002-05-16 01:42:15 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2002-05-16 01:42:15 +0000 |
commit | 622d239deb0c7abfe598d244343bb26e570d4d63 (patch) | |
tree | c2e2c4108a4ff41dd77091afcafa57a3a434e9d7 /src/fe-common/core/module-formats.c | |
parent | d346fbe1a9c6615c88dfacc420f0256b5a751440 (diff) | |
download | irssi-622d239deb0c7abfe598d244343bb26e570d4d63.zip |
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
Diffstat (limited to 'src/fe-common/core/module-formats.c')
-rw-r--r-- | src/fe-common/core/module-formats.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/fe-common/core/module-formats.c b/src/fe-common/core/module-formats.c index 223eb3ac..67973072 100644 --- a/src/fe-common/core/module-formats.c +++ b/src/fe-common/core/module-formats.c @@ -263,6 +263,10 @@ FORMAT_REC fecommon_core_formats[] = { { "set_not_boolean", "Setting {hilight $0} isn't boolean, use /SET", 1, { 0 } }, { "translation_not_found", "Error opening translation table file $0: $1", 2, { 0, 0 } }, { "translation_file_error", "Error parsing translation table file $0", 1, { 0 } }, + { "no_completions", "There's no completions", 0 }, + { "completion_header", "Key Value Auto", 0 }, + { "completion_line", "$[10]0 $[!40]1 $2", 3, { 0, 0, 0 } }, + { "completion_footer", "", 0 }, { NULL, NULL, 0 } }; |