move-link-up-line: segfault when cursor was below last line.
[elinks.git] / src / osdep / ascii.h
blob2e877b25632d22f84180ca2b80b5b09ca76156e8
1 #ifndef EL__OSDEP_ASCII_H
2 #define EL__OSDEP_ASCII_H
4 /* Some common ascii codes. */
5 #define ASCII_BS 8
6 #define ASCII_TAB 9
7 #define ASCII_LF 10
8 #define ASCII_CR 13
9 #define ASCII_ESC 27
10 #define ASCII_DEL 127
12 #endif