#include "ekg2-config.h"#include <sys/ioctl.h>#include <signal.h>#include <stdarg.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <unistd.h>#include <history.h>#include <readline.h>#include <ekg/bindings.h>#include <ekg/commands.h>#include <compat/strlcpy.h>#include <ekg/stuff.h>#include <ekg/themes.h>#include <ekg/windows.h>#include <ekg/userlist.h>#include <ekg/vars.h>#include <ekg/xmalloc.h>#include "ui-readline.h"Definicje | |
| #define | _XOPEN_SOURCE 600 |
| #define | __EXTENSIONS__ |
Funkcje | |
| void | rl_extend_line_buffer (int len) |
| int | rl_bind_key_in_map (int key, void *function, void *keymap) |
| int | rl_get_screen_size (int *lines, int *columns) |
| char * | rl_filename_completion_function () |
| int | rl_set_prompt (const char *foo) |
| int | rl_set_key (const char *key, void *function, void *keymap) |
| int | my_getc (FILE *f) |
| void | ui_readline_print (window_t *w, int separate, const char *xline) |
| const char * | current_prompt () |
| int | my_loop () |
| char * | my_readline () |
| int | ui_readline_loop () |
| int | window_refresh () |
| int | window_write (int id, const char *line) |
| char * | window_activity () |
| char * | bind_find_command (const char *seq) |
| int | bind_handler_ctrl (int a, int key) |
| int | bind_handler_alt (int a, int key) |
| int | bind_handler_window (int a, int key) |
| int | bind_sequence (const char *seq, const char *command, int quiet) |
Zmienne | |
| int | ui_screen_height |
| int | ui_screen_width |
| int | ui_need_refresh |
| int | in_readline = 0 |
| int | no_prompt = 0 |
| int | pager_lines = -1 |
| int | screen_lines = 24 |
| int | screen_columns = 80 |
| #define __EXTENSIONS__ |
| #define _XOPEN_SOURCE 600 |
| char* bind_find_command | ( | const char * | seq | ) |
| int bind_handler_alt | ( | int | a, | |
| int | key | |||
| ) |
| int bind_handler_ctrl | ( | int | a, | |
| int | key | |||
| ) |
| int bind_handler_window | ( | int | a, | |
| int | key | |||
| ) |
| int bind_sequence | ( | const char * | seq, | |
| const char * | command, | |||
| int | quiet | |||
| ) |
| const char* current_prompt | ( | ) |
| int my_getc | ( | FILE * | f | ) |
| int my_loop | ( | ) |
| char* my_readline | ( | ) |
| int rl_bind_key_in_map | ( | int | key, | |
| void * | function, | |||
| void * | keymap | |||
| ) |
| void rl_extend_line_buffer | ( | int | len | ) |
| char* rl_filename_completion_function | ( | ) |
| int rl_get_screen_size | ( | int * | lines, | |
| int * | columns | |||
| ) |
| int rl_set_key | ( | const char * | key, | |
| void * | function, | |||
| void * | keymap | |||
| ) |
| int rl_set_prompt | ( | const char * | foo | ) |
| 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 in_readline = 0 |
| int no_prompt = 0 |
| int pager_lines = -1 |
| int screen_columns = 80 |
| int screen_lines = 24 |
| int ui_need_refresh |
| int ui_screen_height |
| int ui_screen_width |
1.7.1