Rev 4490 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4490 | Rev 4556 | ||
|---|---|---|---|
| Line 55... | Line 55... | ||
| 55 | #define U_ESCAPE 0x241b |
55 | #define U_ESCAPE 0x241b |
| 56 | #define U_DELETE 0x2421 |
56 | #define U_DELETE 0x2421 |
| 57 | 57 | ||
| 58 | #define U_CURSOR 0x2588 |
58 | #define U_CURSOR 0x2588 |
| 59 | 59 | ||
| 60 | #define U_BOM 0xfeff |
- | |
| 61 | - | ||
| 62 | /**< No size limit constant */ |
60 | /**< No size limit constant */ |
| 63 | #define STR_NO_LIMIT ((size_t) -1) |
61 | #define STR_NO_LIMIT ((size_t) -1) |
| 64 | 62 | ||
| 65 | /**< Maximum size of a string containing cnt characters */ |
63 | /**< Maximum size of a string containing cnt characters */ |
| 66 | #define STR_BOUNDS(cnt) (cnt << 2) |
64 | #define STR_BOUNDS(cnt) (cnt << 2) |