mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 14:06:22 +00:00
Always show output in console for /info command
This commit is contained in:
5
src/ui.h
5
src/ui.h
@@ -35,6 +35,7 @@
|
||||
#include <ncurses.h>
|
||||
#endif
|
||||
|
||||
#include "contact.h"
|
||||
#include "jabber.h"
|
||||
#include "jid.h"
|
||||
|
||||
@@ -136,8 +137,6 @@ void win_room_show_status(const char * const contact);
|
||||
void win_room_show_info(const char * const contact);
|
||||
void win_show_status(void);
|
||||
void win_private_show_status(void);
|
||||
void win_show_info(void);
|
||||
void win_private_show_info(void);
|
||||
|
||||
// console window actions
|
||||
void cons_about(void);
|
||||
@@ -164,7 +163,7 @@ void cons_show_contacts(GSList * list);
|
||||
void cons_check_version(gboolean not_available_msg);
|
||||
void cons_show_wins(void);
|
||||
void cons_show_status(const char * const contact);
|
||||
void cons_show_info(const char * const contact);
|
||||
void cons_show_info(PContact pcontact);
|
||||
void cons_show_themes(GSList *themes);
|
||||
|
||||
// status bar actions
|
||||
|
||||
Reference in New Issue
Block a user