mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-01 06:16:44 +02:00
fixed prompt scroll bugs and statusbar struct issues
This commit is contained in:
@ -314,7 +314,7 @@ static void execute(ToxWindow *self, ChatContext *ctx, StatusBar *statusbar, Tox
|
||||
}
|
||||
|
||||
tox_setname(m, nick, len+1);
|
||||
prompt_update_nick(self->prompt, nick);
|
||||
prompt_update_nick(self->prompt, nick, len+1);
|
||||
wprintw(ctx->history, "Nickname set to: %s\n", nick);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user