comparison mcabber/src/screen.h @ 187:4ce9ff808baa

[/trunk] Changeset 199 by mikael * Add the "/buffer" command (/buffer clear, /buffer top, /buffer bottom)
author mikael
date Fri, 06 May 2005 09:35:40 +0000
parents e8e447a07641
children 9c2023d60986
comparison
equal deleted inserted replaced
186:888ad9f15346 187:4ce9ff808baa
38 int process_key(int); 38 int process_key(int);
39 39
40 // For commands... 40 // For commands...
41 void scr_RosterTop(void); 41 void scr_RosterTop(void);
42 void scr_RosterBottom(void); 42 void scr_RosterBottom(void);
43 void scr_BufferTop(void);
44 void scr_BufferBottom(void);
43 void scr_Clear(void); 45 void scr_Clear(void);
44 46
45 #endif 47 #endif