comparison mcabber/src/screen.h @ 322:da138cdebf04

Implement auto-away mode
author Mikael Berthe <mikael@lilotux.net>
date Fri, 15 Jul 2005 22:08:53 +0100
parents 1ceb68eb2fc1
children a9013124ede6
comparison
equal deleted inserted replaced
321:59193965f2cb 322:da138cdebf04
43 43
44 int scr_Getch(void); 44 int scr_Getch(void);
45 45
46 int process_key(int); 46 int process_key(int);
47 47
48 void scr_CheckAutoAway(bool activity);
49
48 // For commands... 50 // For commands...
49 void scr_RosterTop(void); 51 void scr_RosterTop(void);
50 void scr_RosterBottom(void); 52 void scr_RosterBottom(void);
51 void scr_RosterSearch(char *); 53 void scr_RosterSearch(char *);
52 void scr_BufferTop(void); 54 void scr_BufferTop(void);