comparison mcabber/src/screen.h @ 104:fe7257d251ac

[/trunk] Changeset 118 by mikael * Commands are ready. Callback system in place. * Implement /roster callback :) * Completion is case-insensitive (good idea??)
author mikael
date Thu, 21 Apr 2005 20:22:35 +0000
parents 0bd578421ce9
children 7fb72bc13732
comparison
equal deleted inserted replaced
103:93dcc4e15d4a 104:fe7257d251ac
31 31
32 int scr_Getch(void); 32 int scr_Getch(void);
33 33
34 int process_key(int); 34 int process_key(int);
35 35
36 // For commands...
37 void scr_RosterTop();
38 void scr_RosterBottom();
39
36 #endif 40 #endif