mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +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
|
|
@ -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 }
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue