1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-20 09:36:36 +02:00

Merge branch 'avoidr-status_cmd_feedback'

This commit is contained in:
jfreegman
2017-08-28 17:13:53 -04:00

View File

@ -655,6 +655,9 @@ void cmd_status(WINDOW *window, ToxWindow *self, Tox *m, int argc, char (*argv)[
msg[len] = '\0';
prompt_update_statusmessage(prompt, m, msg);
line_info_add(self, NULL, NULL, NULL, SYS_MSG, 0, 0, "Your status has been changed to %s: \"%s\".", status_str, msg);
} else {
line_info_add(self, NULL, NULL, NULL, SYS_MSG, 0, 0, "Your status has been changed to %s.", status_str);
}
finish: