|
C-Menu 0.2.9
A User Interface Toolkit
|
The SIO structure encapsulates various aspects of the terminal's state and configuration, including color management, file pointers, and terminal device information. More...
#include <cm.h>
The SIO structure encapsulates various aspects of the terminal's state and configuration, including color management, file pointers, and terminal device information.
| char SIO::bblack[COLOR_LEN] |
color code for bold black
Definition at line 665 of file cm.h.
Referenced by dump_config(), init_clr_palette(), parse_config(), and write_config().
| char SIO::bblue[COLOR_LEN] |
color code for bold blue
Definition at line 669 of file cm.h.
Referenced by dump_config(), init_clr_palette(), parse_config(), and write_config().
| char SIO::bcyan[COLOR_LEN] |
color code for bold cyan
Definition at line 671 of file cm.h.
Referenced by dump_config(), init_clr_palette(), parse_config(), and write_config().
| char SIO::bg[COLOR_LEN] |
| char SIO::bg_clr_x[COLOR_LEN] |
background color index
Definition at line 677 of file cm.h.
Referenced by dump_config(), init_clr_palette(), mapp_initialization(), parse_config(), and write_config().
| char SIO::bgreen[COLOR_LEN] |
color code for bold green
Definition at line 667 of file cm.h.
Referenced by dump_config(), init_clr_palette(), parse_config(), and write_config().
| char SIO::black[COLOR_LEN] |
color code for black
Definition at line 656 of file cm.h.
Referenced by dump_config(), init_clr_palette(), parse_config(), and write_config().
| char SIO::blue[COLOR_LEN] |
color code for blue
Definition at line 660 of file cm.h.
Referenced by dump_config(), init_clr_palette(), parse_config(), and write_config().
| double SIO::blue_gamma |
blue gamma correction value
Definition at line 654 of file cm.h.
Referenced by dump_config(), open_curses(), parse_config(), and write_config().
| char SIO::bmagenta[COLOR_LEN] |
color code for bold magenta
Definition at line 670 of file cm.h.
Referenced by dump_config(), init_clr_palette(), parse_config(), and write_config().
| char SIO::bo_clr_x[COLOR_LEN] |
bold color index
Definition at line 678 of file cm.h.
Referenced by dump_config(), init_clr_palette(), mapp_initialization(), parse_config(), and write_config().
| char SIO::borange[COLOR_LEN] |
color code for bold orange
Definition at line 673 of file cm.h.
Referenced by dump_config(), init_clr_palette(), and parse_config().
| char SIO::bred[COLOR_LEN] |
color code for bold red
Definition at line 666 of file cm.h.
Referenced by dump_config(), init_clr_palette(), parse_config(), and write_config().
| char SIO::bwhite[COLOR_LEN] |
color code for bold white
Definition at line 672 of file cm.h.
Referenced by dump_config(), init_clr_palette(), parse_config(), and write_config().
| char SIO::byellow[COLOR_LEN] |
color code for bold yellow
Definition at line 668 of file cm.h.
Referenced by dump_config(), init_clr_palette(), parse_config(), and write_config().
| int SIO::cp_reverse_highlight |
| char SIO::cyan[COLOR_LEN] |
color code for cyan
Definition at line 662 of file cm.h.
Referenced by dump_config(), init_clr_palette(), parse_config(), and write_config().
| char SIO::fg_clr_x[COLOR_LEN] |
foreground color index
Definition at line 676 of file cm.h.
Referenced by dump_config(), init_clr_palette(), mapp_initialization(), parse_config(), and write_config().
| double SIO::gray_gamma |
gray gamma correction value
Definition at line 655 of file cm.h.
Referenced by dump_config(), open_curses(), parse_config(), and write_config().
| char SIO::green[COLOR_LEN] |
color code for green
Definition at line 658 of file cm.h.
Referenced by dump_config(), init_clr_palette(), parse_config(), and write_config().
| double SIO::green_gamma |
green gamma correction value
Definition at line 653 of file cm.h.
Referenced by dump_config(), open_curses(), parse_config(), and write_config().
| char SIO::ln_bg_clr_x[COLOR_LEN] |
line number background index
Definition at line 680 of file cm.h.
Referenced by dump_config(), init_clr_palette(), mapp_initialization(), parse_config(), and write_config().
| char SIO::ln_clr_x[COLOR_LEN] |
line number color index
Definition at line 679 of file cm.h.
Referenced by dump_config(), init_clr_palette(), mapp_initialization(), parse_config(), and write_config().
| char SIO::magenta[COLOR_LEN] |
color code for magenta
Definition at line 661 of file cm.h.
Referenced by dump_config(), init_clr_palette(), parse_config(), and write_config().
| char SIO::orange[COLOR_LEN] |
color code for orange
Definition at line 664 of file cm.h.
Referenced by dump_config(), and parse_config().
| char SIO::red[COLOR_LEN] |
color code for red
Definition at line 657 of file cm.h.
Referenced by dump_config(), init_clr_palette(), parse_config(), and write_config().
| double SIO::red_gamma |
red gamma correction value
Definition at line 652 of file cm.h.
Referenced by dump_config(), open_curses(), parse_config(), and write_config().
| int SIO::stdin_fd |
| int SIO::stdout_fd |
| char SIO::tty_name[MAXLEN] |
| char SIO::white[COLOR_LEN] |
color code for white
Definition at line 663 of file cm.h.
Referenced by dump_config(), init_clr_palette(), parse_config(), and write_config().
| char SIO::yellow[COLOR_LEN] |
color code for yellow
Definition at line 659 of file cm.h.
Referenced by dump_config(), init_clr_palette(), parse_config(), and write_config().