mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +02:00
reorder history add and fixes
This commit is contained in:
parent
4659cea65a
commit
ad842ea8a6
3 changed files with 9 additions and 20 deletions
|
|
@ -620,10 +620,10 @@ static void cmd_window_name(const char *data)
|
|||
void cmd_window_history(const char *data)
|
||||
{
|
||||
GHashTable *optlist;
|
||||
char *name;
|
||||
char *name;
|
||||
void *free_arg;
|
||||
|
||||
if (!cmd_get_params(data, &free_arg, 1 | PARAM_FLAG_OPTIONS,
|
||||
if (!cmd_get_params(data, &free_arg, 1 | PARAM_FLAG_OPTIONS | PARAM_FLAG_STRIP_TRAILING_WS,
|
||||
"window history", &optlist, &name))
|
||||
return;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue