34 #include "Fl_Input_.H"
232 int shift_position(
int p);
233 int shift_up_down_position(
int p);
237 int kf_lines_up(
int repeat_num);
238 int kf_lines_down(
int repeat_num);
241 int kf_insert_toggle();
242 int kf_delete_word_right();
243 int kf_delete_word_left();
246 int kf_delete_char_right();
247 int kf_delete_char_left();
251 int kf_move_char_left();
252 int kf_move_char_right();
253 int kf_move_word_left();
254 int kf_move_word_right();
255 int kf_move_up_and_sol();
256 int kf_move_down_and_eol();
270 Fl_Input(
int,
int,
int,
int,
const char * = 0);