presage
0.9.2~beta
|
#include "iso8859_1.h"
Go to the source code of this file.
Variables | |
const char | RIGHT_ARROW = 28 |
const char | LEFT_ARROW = 29 |
const char | UP_ARROW = 30 |
const char | DOWN_ARROW = 31 |
const char | END = 128 |
const char | HOME = 128 |
const char | BACKSPACE = '\b' |
const char | DELETE = 18 |
const char | PAGE_UP = 128 |
const char | PAGE_DOWN = 128 |
const char | DEFAULT_WORD_CHARS [] |
const char | DEFAULT_SEPARATOR_CHARS [] |
const char | DEFAULT_BLANKSPACE_CHARS [] |
const char | DEFAULT_CONTROL_CHARS [] |
const char BACKSPACE = '\b' |
Definition at line 39 of file charsets.h.
const char DEFAULT_BLANKSPACE_CHARS[] |
Definition at line 211 of file charsets.h.
Referenced by main().
const char DEFAULT_CONTROL_CHARS[] |
Definition at line 220 of file charsets.h.
const char DEFAULT_SEPARATOR_CHARS[] |
Definition at line 176 of file charsets.h.
Referenced by main().
const char DEFAULT_WORD_CHARS[] |
Definition at line 45 of file charsets.h.
const char DELETE = 18 |
Definition at line 40 of file charsets.h.
const char DOWN_ARROW = 31 |
Definition at line 36 of file charsets.h.
const char END = 128 |
Definition at line 37 of file charsets.h.
const char HOME = 128 |
Definition at line 38 of file charsets.h.
Referenced by ProfileManager::get_user_home_dir().
const char LEFT_ARROW = 29 |
Definition at line 34 of file charsets.h.
const char PAGE_DOWN = 128 |
Definition at line 42 of file charsets.h.
const char PAGE_UP = 128 |
Definition at line 41 of file charsets.h.
const char RIGHT_ARROW = 28 |
Definition at line 33 of file charsets.h.
const char UP_ARROW = 30 |
Definition at line 35 of file charsets.h.