mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-08-04 03:46:22 +00:00
Basic multiwindow chat
This commit is contained in:
@@ -5,13 +5,15 @@
|
||||
#include <ncurses.h>
|
||||
|
||||
struct prof_win {
|
||||
char from[70];
|
||||
char from[100];
|
||||
WINDOW *win;
|
||||
};
|
||||
|
||||
void gui_init(void);
|
||||
void gui_close(void);
|
||||
void switch_to(int i);
|
||||
int in_chat(void);
|
||||
void get_recipient(char *recipient);
|
||||
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