Home
last modified time | relevance | path

Searched refs:cur_y (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/shell/
Dshell_types.h37 uint16_t cur_y; /*!< vertical cursor position in edited command.*/ member
/Zephyr-latest/subsys/shell/
Dshell_ops.c78 last_line = (cons->cur_y == cons->cur_y_end); in z_shell_op_cursor_position_synchronize()
91 z_shell_op_cursor_vert_move(sh, cons->cur_y_end - cons->cur_y); in z_shell_op_cursor_position_synchronize()
363 z_shell_op_cursor_vert_move(sh, sh->ctx->vt100_ctx.cons.cur_y - 1); in z_shell_cmd_line_erase()
Dshell_utils.c93 cons->cur_y = (buff_pos + cons->name_len) / cons->terminal_wid + 1; in z_shell_multiline_data_calc()