mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 23:22:16 +02:00
/SET prompt, /SET prompt_window - Specifies the text in prompt.
'prompt' is used when channel or query is active in window and 'prompt_window' is used with empty windows. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1005 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
aac80846b8
commit
bbc33bff5e
17 changed files with 291 additions and 71 deletions
|
|
@ -81,7 +81,7 @@ static void cmd_msg(const char *data, SERVER_REC *server, WI_ITEM_REC *item)
|
|||
free_ret = FALSE;
|
||||
if (strcmp(target, ",") == 0 || strcmp(target, ".") == 0) {
|
||||
target = parse_special(&target, server, item,
|
||||
NULL, &free_ret, NULL);
|
||||
NULL, &free_ret, NULL, 0);
|
||||
} else if (strcmp(target, "*") == 0 && item != NULL)
|
||||
target = item->name;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue