Skip to content

Struct WshShellIO_CommandLine_t

ClassList > WshShellIO_CommandLine_t

Structure representing the current user input interaction state.

  • #include <wsh_shell_io.h>

Public Attributes

Type Name
WshShell_Char_t Buff
WshShell_Size_t CursorPos
WshShell_Size_t Len

Public Attributes Documentation

variable Buff

WshShell_Char_t WshShellIO_CommandLine_t::Buff[WSH_SHELL_INTR_BUFF_LEN];

Input buffer for interactive line.


variable CursorPos

WshShell_Size_t WshShellIO_CommandLine_t::CursorPos;

Current cursor position in the buffer.


variable Len

WshShell_Size_t WshShellIO_CommandLine_t::Len;

Current length of the buffer.



The documentation for this class was generated from the following file src/wsh_shell_io.h