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:
Timo Sirainen 2002-05-16 01:42:15 +00:00 committed by cras
commit 622d239deb
3 changed files with 100 additions and 11 deletions

View file

@ -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 }
};