mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-31 10:06:22 +00:00
Window per chat and incoming notifications
This commit is contained in:
@@ -4,8 +4,14 @@
|
||||
#include <strophe/strophe.h>
|
||||
#include <ncurses.h>
|
||||
|
||||
struct prof_win {
|
||||
char from[70];
|
||||
WINDOW *win;
|
||||
};
|
||||
|
||||
void gui_init(void);
|
||||
void gui_close(void);
|
||||
void switch_to(int i);
|
||||
void show_incomming_msg(char *from, char *message);
|
||||
void show_outgoing_msg(char *from, char *message);
|
||||
void inp_get_command_str(char *cmd);
|
||||
|
||||
Reference in New Issue
Block a user