92 void render_output(); |
94 void render_output(); |
93 void render_nicklist(); |
95 void render_nicklist(); |
94 void render_input(); |
96 void render_input(); |
95 void render_statusbar(); |
97 void render_statusbar(); |
96 void position_cursor(); |
98 void position_cursor(); |
97 int color_pair (Color fg, Color bg); |
99 chtype color_pair (Color fg, Color bg); |
98 const String& current_input(); |
100 const String& current_input(); |
99 void detach_input(); |
101 void detach_input(); |
100 String& mutable_current_input(); |
102 String& mutable_current_input(); |
101 void move_input_cursor (int delta); |
103 void move_input_cursor (int delta); |
102 String prompt_string(); |
104 String prompt_string(); |