Rev 4234 | Rev 4267 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4234 | Rev 4244 | ||
|---|---|---|---|
| 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 | ||
| 60 | /**< No size limit constant */ |
62 | /**< No size limit constant */ |
| 61 | #define STR_NO_LIMIT ((size_t) -1) |
63 | #define STR_NO_LIMIT ((size_t) -1) |
| 62 | 64 | ||
| 63 | /**< Maximum size of a string containing cnt characters */ |
65 | /**< Maximum size of a string containing cnt characters */ |
| 64 | #define STR_BOUNDS(cnt) (cnt << 2) |
66 | #define STR_BOUNDS(cnt) (cnt << 2) |