| Zephyr Project API 4.1.0
    A Scalable Open Source RTOS | 
#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. | |
| uint16_t shell_multiline_cons::cur_x | 
horizontal cursor position in edited command line.
| uint16_t shell_multiline_cons::cur_x_end | 
horizontal cursor position at the end of command.
| uint16_t shell_multiline_cons::cur_y | 
vertical cursor position in edited command.
| uint16_t shell_multiline_cons::cur_y_end | 
vertical cursor position at the end of command.
| uint8_t shell_multiline_cons::name_len | 
console name length.
| uint16_t shell_multiline_cons::terminal_hei | 
terminal screen height.
| uint16_t shell_multiline_cons::terminal_wid | 
terminal screen width.