@ -150,7 +150,7 @@ static void chat_onKey(ToxWindow *self, int key)
}
/* RETURN key: Execute command or print line */
if(key=='\n'){
else if(key=='\n'){
wclear(ctx->linewin);
wmove(self->window,y2-CURS_Y_OFFSET,0);
wclrtobot(self->window);
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.