Sack Library Documentation
|
|
enum string_behavior { STRING_PRINT_RAW, STRING_PRINT_CONTROL, STRING_PRINT_C, STRING_PRINT_MENU };
Members |
Description |
STRING_PRINT_RAW |
every character assumed to have a glyph-including '0 |
STRING_PRINT_CONTROL |
control characters perform 'typical' actions - newline, tab, backspace... |
STRING_PRINT_C |
c style escape characters are handled n b x## - literal text |
STRING_PRINT_MENU |
& performs an underline, also does C style handling. \& == & |
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|