#include <stdio.h>#include <ekg/windows.h>Idź do kodu źródłowego tego pliku.
Struktury danych | |
| struct | readline_window_t |
Definicje | |
| #define | MAX_LINES_PER_SCREEN 300 |
| #define | readline_current ((readline_window_t *) window_current->priv_data) |
| #define | readline_window(w) ((readline_window_t *) w->priv_data) |
Funkcje | |
| int | ui_readline_loop () |
| void | ui_readline_init () |
| void | ui_readline_print (window_t *w, int separate, const char *xline) |
| int | window_refresh () |
| const char * | current_prompt () |
| int | window_write (int id, const char *line) |
| char * | window_activity () |
| int | bind_sequence (const char *seq, const char *command, int quiet) |
| int | bind_handler_window (int a, int key) |
| int | my_getc (FILE *f) |
| int | my_loop () |
| char ** | my_completion (char *text, int start, int end) |
| char * | empty_generator (char *text, int state) |
Zmienne | |
| int | config_ctrld_quits |
| int | ui_need_refresh |
| int | ui_screen_width |
| int | ui_screen_height |
| int | pager_lines |
| int | screen_lines |
| int | screen_columns |
| #define MAX_LINES_PER_SCREEN 300 |
| #define readline_current ((readline_window_t *) window_current->priv_data) |
| #define readline_window | ( | w | ) | ((readline_window_t *) w->priv_data) |
| int bind_handler_window | ( | int | a, | |
| int | key | |||
| ) |
| int bind_sequence | ( | const char * | seq, | |
| const char * | command, | |||
| int | quiet | |||
| ) |
| const char* current_prompt | ( | ) |
| char* empty_generator | ( | char * | text, | |
| int | state | |||
| ) |
| char** my_completion | ( | char * | text, | |
| int | start, | |||
| int | end | |||
| ) |
| int my_getc | ( | FILE * | f | ) |
| int my_loop | ( | ) |
| void ui_readline_init | ( | ) |
| int ui_readline_loop | ( | ) |
| void ui_readline_print | ( | window_t * | w, | |
| int | separate, | |||
| const char * | xline | |||
| ) |
| char* window_activity | ( | ) |
| int window_refresh | ( | ) |
| int window_write | ( | int | id, | |
| const char * | line | |||
| ) |
| int pager_lines |
| int screen_columns |
| int screen_lines |
| int ui_need_refresh |
| int ui_screen_height |
| int ui_screen_width |
1.7.1