ascii-chat 0.8.38
Real-time terminal-based video chat with ASCII art conversion
Loading...
Searching...
No Matches
terminal.c File Reference

Terminal function stubs for WASM (not needed for mirror mode) More...

Go to the source code of this file.

Functions

asciichat_error_t terminal_get_size (terminal_size_t *size)
 

Detailed Description

Terminal function stubs for WASM (not needed for mirror mode)

Definition in file platform/wasm/stubs/terminal.c.

Function Documentation

◆ terminal_get_size()

asciichat_error_t terminal_get_size ( terminal_size_t *  size)

Definition at line 10 of file platform/wasm/stubs/terminal.c.

10 {
11 (void)size;
12 return SET_ERRNO(ERROR_NOT_SUPPORTED, "Terminal operations not supported in WASM");
13}

Referenced by action_show_capabilities_immediate(), discovery_status_display(), options_config_print_options_sections_with_width(), options_print_help_for_mode(), sdp_detect_terminal_capabilities(), and terminal_screen_render().