|
ELinks 0.19.1
|

Data Fields | |
| int | charsets [2] |
| Charsets when doing UTF-8 I/O. | |
| const unsigned char * | frame |
| The frame translation table. | |
| const struct string * | frame_seqs |
| The frame mode setup and teardown sequences. | |
| const struct string * | italic |
| The italic mode setup and teardown sequences. | |
| const struct string * | underline |
| The underline mode setup and teardown sequences. | |
| const struct string * | strike |
| The strike mode setup and teardown sequences. | |
| color_mode_T | color_mode |
| The color mode. | |
| unsigned int | transparent:1 |
| These are directly derived from the terminal options. | |
| unsigned int | utf8_cp:1 |
| int screen_driver_opt::charsets[2] |
Charsets when doing UTF-8 I/O.
[0] is the common charset and [1] is the frame charset. Test whether to use UTF-8 I/O using the use_utf8_io() macro.
| color_mode_T screen_driver_opt::color_mode |
The color mode.
| const unsigned char* screen_driver_opt::frame |
The frame translation table.
May be NULL.
| const struct string* screen_driver_opt::frame_seqs |
The frame mode setup and teardown sequences.
May be NULL.
| const struct string* screen_driver_opt::italic |
The italic mode setup and teardown sequences.
May be NULL.
| const struct string* screen_driver_opt::strike |
The strike mode setup and teardown sequences.
May be NULL.
| unsigned int screen_driver_opt::transparent |
These are directly derived from the terminal options.
| const struct string* screen_driver_opt::underline |
The underline mode setup and teardown sequences.
May be NULL.
| unsigned int screen_driver_opt::utf8_cp |