shell: shell_utils internal api update
Add prefix z_ to internal functions provided by the shell_utils module. Signed-off-by: Jakub Rzeszutko <jakub.rzeszutko@nordicsemi.no>
This commit is contained in:
parent
31bc7d2d1e
commit
889e37b8d9
8 changed files with 121 additions and 118 deletions
|
@ -274,9 +274,9 @@ static void panic(const struct log_backend *const backend)
|
|||
SHELL_LOG_BACKEND_PANIC;
|
||||
|
||||
/* Move to the start of next line. */
|
||||
shell_multiline_data_calc(&shell->ctx->vt100_ctx.cons,
|
||||
shell->ctx->cmd_buff_pos,
|
||||
shell->ctx->cmd_buff_len);
|
||||
z_shell_multiline_data_calc(&shell->ctx->vt100_ctx.cons,
|
||||
shell->ctx->cmd_buff_pos,
|
||||
shell->ctx->cmd_buff_len);
|
||||
z_shell_op_cursor_vert_move(shell, -1);
|
||||
z_shell_op_cursor_horiz_move(shell,
|
||||
-shell->ctx->vt100_ctx.cons.cur_x);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue