tree: 96f8b2c3a6e35b85baf9b37c43d7f54406b1c4ef [path history] [tgz]
  1. private/
  2. CMakeLists.txt
  3. README.md
shell_tui/README.md

Shell TUI

The Celix Shell TUI implements a textual user interface for the Celix Shell.

CMake option

BUILD_SHELL_TUI=ON

Config options

  • SHELL_USE_ANSI_CONTROL_SEQUENCES - Wether to use ANSI control sequences to support backspace, left, up, etc key commands in the shell tui. Default is true if a TERM environment is set else false.