repo.or.cz
/
elinks.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
NEWS: Don't refer to 0.11.6.GIT from 0.12pre4
[elinks.git]
/
src
/
osdep
/
ascii.h
blob
2e877b25632d22f84180ca2b80b5b09ca76156e8
1
#ifndef EL__OSDEP_ASCII_H
2
#define EL__OSDEP_ASCII_H
3
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
11
12
#endif