Searched refs:cur_y (Results 1 – 3 of 3) sorted by relevance
37 uint16_t cur_y; /*!< vertical cursor position in edited command.*/ member
78 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()
93 cons->cur_y = (buff_pos + cons->name_len) / cons->terminal_wid + 1; in z_shell_multiline_data_calc()