25 #include "Fl_Input_.H"   223   int shift_position(
int p);
   224   int shift_up_down_position(
int p);
   228   int kf_lines_up(
int repeat_num);
   229   int kf_lines_down(
int repeat_num);
   232   int kf_insert_toggle();
   233   int kf_delete_word_right();
   234   int kf_delete_word_left();
   237   int kf_delete_char_right();
   238   int kf_delete_char_left();
   242   int kf_move_char_left();
   243   int kf_move_char_right();
   244   int kf_move_word_left();
   245   int kf_move_word_right();
   246   int kf_move_up_and_sol();
   247   int kf_move_down_and_eol();
   261   Fl_Input(
int,
int,
int,
int,
const char * = 0);