/* this changes the windows attributes !!! */ void print_in_middle(WINDOW *win, int y, int width, constchar *str, int attrs); int get_line_length(constchar *line); int get_line_no(constchar *text); constchar *get_line(constchar *text, int line_no); void fill_window(WINDOW *win, constchar *text); int btn_dialog(WINDOW *main_window, constchar *msg, int btn_num, ...); int dialog_inputbox(WINDOW *main_window, constchar *title, constchar *prompt, constchar *init, char **resultp, int *result_len); void refresh_all_windows(WINDOW *main_window); int show_scroll_win_ext(WINDOW *main_window, constchar *title, char *text, int *vscroll, int *hscroll,
extra_key_cb_fn extra_key_cb, void *data); void show_scroll_win(WINDOW *main_window, constchar *title, constchar *text);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.