224 int shift_position(
int p);
225 int shift_up_down_position(
int p);
229 int kf_lines_up(
int repeat_num);
230 int kf_lines_down(
int repeat_num);
233 int kf_insert_toggle();
234 int kf_delete_word_right();
235 int kf_delete_word_left();
238 int kf_delete_char_right();
239 int kf_delete_char_left();
243 int kf_move_char_left();
244 int kf_move_char_right();
245 int kf_move_word_left();
246 int kf_move_word_right();
247 int kf_move_up_and_sol();
248 int kf_move_down_and_eol();
262 Fl_Input(
int,
int,
int,
int,
const char * = 0);