mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-12 23:23:01 +01:00
People aren't that excited to send messages
This commit is contained in:
parent
5d91b83fc2
commit
5e905ca12a
2
main.c
2
main.c
@ -50,7 +50,7 @@ void on_request(uint8_t* public_key, uint8_t* data, uint16_t length) {
|
||||
void on_message(int friendnumber, uint8_t* string, uint16_t length) {
|
||||
size_t i;
|
||||
|
||||
wprintw(prompt->window, "\n(message) %d: %s!\n", friendnumber, string);
|
||||
wprintw(prompt->window, "\n(message) %d: %s\n", friendnumber, string);
|
||||
|
||||
for(i=0; i<w_num; i++) {
|
||||
if(windows[i].onMessage != NULL)
|
||||
|
Loading…
Reference in New Issue
Block a user