mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 17:12:51 +02:00
Add syntax info for completion
Allows syntax info to be picked up and displayed by help command. Fixes #687
This commit is contained in:
parent
3f69e71804
commit
3297fafcd9
1 changed files with 1 additions and 0 deletions
|
|
@ -784,6 +784,7 @@ static void sig_complete_command(GList **list, WINDOW_REC *window,
|
||||||
if (*list != NULL) signal_stop();
|
if (*list != NULL) signal_stop();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* SYNTAX: COMPLETION [-auto] [-delete] <key> <value> */
|
||||||
static void cmd_completion(const char *data)
|
static void cmd_completion(const char *data)
|
||||||
{
|
{
|
||||||
GHashTable *optlist;
|
GHashTable *optlist;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue