|
ascii-chat 0.8.38
Real-time terminal-based video chat with ASCII art conversion
|
Mode metadata for usage display. More...
Data Fields | |
| asciichat_mode_t | mode |
| Application mode. | |
| const char * | program_name |
| Program name shown in usage. | |
| const char * | description |
| One-line description of mode. | |
Mode metadata for usage display.
Definition at line 669 of file options/common.c.
| const char* mode_metadata_t::description |
One-line description of mode.
Definition at line 672 of file options/common.c.
Referenced by usage().
| asciichat_mode_t mode_metadata_t::mode |
Application mode.
Definition at line 670 of file options/common.c.
| const char* mode_metadata_t::program_name |
Program name shown in usage.
Definition at line 671 of file options/common.c.
Referenced by usage().