Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
shell_multiline_cons Struct Reference

#include <shell_types.h>

Data Fields

uint16_t cur_x
 horizontal cursor position in edited command line.
 
uint16_t cur_x_end
 horizontal cursor position at the end of command.
 
uint16_t cur_y
 vertical cursor position in edited command.
 
uint16_t cur_y_end
 vertical cursor position at the end of command.
 
uint16_t terminal_hei
 terminal screen height.
 
uint16_t terminal_wid
 terminal screen width.
 
uint8_t name_len
 console name length.
 

Field Documentation

◆ cur_x

uint16_t shell_multiline_cons::cur_x

horizontal cursor position in edited command line.

◆ cur_x_end

uint16_t shell_multiline_cons::cur_x_end

horizontal cursor position at the end of command.

◆ cur_y

uint16_t shell_multiline_cons::cur_y

vertical cursor position in edited command.

◆ cur_y_end

uint16_t shell_multiline_cons::cur_y_end

vertical cursor position at the end of command.

◆ name_len

uint8_t shell_multiline_cons::name_len

console name length.

◆ terminal_hei

uint16_t shell_multiline_cons::terminal_hei

terminal screen height.

◆ terminal_wid

uint16_t shell_multiline_cons::terminal_wid

terminal screen width.


The documentation for this struct was generated from the following file: