Searched refs:vt100_ctx (Results 1 – 7 of 7) sorted by relevance
52 return (line_length % sh->ctx->vt100_ctx.cons.terminal_wid == 0U); in full_line_cmd()60 sh->ctx->vt100_ctx.cons.terminal_wid == in z_shell_cursor_in_empty_line()73 struct shell_multiline_cons *cons = &sh->ctx->vt100_ctx.cons; in z_shell_op_cursor_position_synchronize()99 struct shell_multiline_cons *cons = &sh->ctx->vt100_ctx.cons; in z_shell_op_cursor_move()109 &sh->ctx->vt100_ctx.cons, in z_shell_op_cursor_move()113 &sh->ctx->vt100_ctx.cons, in z_shell_op_cursor_move()358 z_shell_multiline_data_calc(&sh->ctx->vt100_ctx.cons, in z_shell_cmd_line_erase()362 -(sh->ctx->vt100_ctx.cons.cur_x - 1)); in z_shell_cmd_line_erase()363 z_shell_op_cursor_vert_move(sh, sh->ctx->vt100_ctx.cons.cur_y - 1); in z_shell_cmd_line_erase()378 int adjust = sh->ctx->vt100_ctx.cons.name_len; in z_shell_print_cmd()[all …]
45 sh->ctx->vt100_ctx.cons.terminal_wid - terminal_offset) { in formatted_text_print()67 length = sh->ctx->vt100_ctx.cons.terminal_wid in formatted_text_print()80 sh->ctx->vt100_ctx.cons.terminal_wid) { in formatted_text_print()
193 sh->ctx->vt100_ctx.cons.terminal_wid = x; in terminal_size_get()194 sh->ctx->vt100_ctx.cons.terminal_hei = y; in terminal_size_get()408 sh->ctx->vt100_ctx.cons.terminal_wid = CONFIG_SHELL_DEFAULT_TERMINAL_WIDTH; in cmd_resize_default()409 sh->ctx->vt100_ctx.cons.terminal_hei = CONFIG_SHELL_DEFAULT_TERMINAL_HEIGHT; in cmd_resize_default()426 sh->ctx->vt100_ctx.cons.terminal_wid = in cmd_resize()428 sh->ctx->vt100_ctx.cons.terminal_hei = in cmd_resize()
100 z_shell_multiline_data_calc(&sh->ctx->vt100_ctx.cons, in panic()105 -sh->ctx->vt100_ctx.cons.cur_x); in panic()
136 sh->ctx->vt100_ctx.printed_cmd = 0; in tab_item_print()142 columns = (sh->ctx->vt100_ctx.cons.terminal_wid in tab_item_print()147 if (sh->ctx->vt100_ctx.printed_cmd++ % columns == 0U) { in tab_item_print()1234 sh->ctx->vt100_ctx.cons.terminal_wid = in instance_init()1236 sh->ctx->vt100_ctx.cons.terminal_hei = in instance_init()1243 sh->ctx->vt100_ctx.cons.name_len = z_shell_strlen(sh->ctx->prompt); in instance_init()1694 sh->ctx->vt100_ctx.cons.name_len = prompt_length; in shell_prompt_change()
360 memcpy(color, &sh->ctx->vt100_ctx.col, sizeof(*color)); in z_shell_vt100_colors_store()
852 struct shell_vt100_ctx vt100_ctx; member