#include "DllImport.h"
Go to the source code of this file.
Enumerations | |
enum | EGetLineMode |
Functions | |
char * | Getline (const char *prompt) |
char * | Getlinem (EGetLineMode mode, const char *prompt) |
void | Gl_config (const char *which, int value) |
void | Gl_setwidth (int width) |
void | Gl_windowchanged () |
void | Gl_histsize (int size, int save) |
void | Gl_histinit (char *file) |
void | Gl_histadd (char *buf) |
int | Gl_eof () |
void | Gl_setColors (const char *colorTab, const char *colorTabComp, const char *colorBracket, const char *colorBadBracket, const char *colorPrompt) |
Variables | |
R__EXTERN int(*) | Gl_tab_hook (char *buf, int prompt_width, int *cursor_loc) |
R__EXTERN int(*) | Gl_beep_hook () |
R__EXTERN int(*) | Gl_in_key (int key) |
enum EGetLineMode |
Definition at line 25 of file Getline_el.h.
char* Getline | ( | const char * | prompt | ) |
char* Getlinem | ( | EGetLineMode | mode, | |
const char * | prompt | |||
) |
void Gl_config | ( | const char * | which, | |
int | value | |||
) |
void Gl_histadd | ( | char * | buf | ) |
void Gl_histinit | ( | char * | file | ) |
void Gl_histsize | ( | int | size, | |
int | save | |||
) |
void Gl_setColors | ( | const char * | colorTab, | |
const char * | colorTabComp, | |||
const char * | colorBracket, | |||
const char * | colorBadBracket, | |||
const char * | colorPrompt | |||
) |
void Gl_setwidth | ( | int | width | ) |
void Gl_windowchanged | ( | ) |
R__EXTERN int(*) Gl_beep_hook() |
Definition at line 40 of file Getline_el.h.
R__EXTERN int(*) Gl_in_key(int key) |
Definition at line 41 of file Getline_el.h.
R__EXTERN int(*) Gl_tab_hook(char *buf, int prompt_width, int *cursor_loc) |
Definition at line 39 of file Getline_el.h.