What's this?

Natural Tiny Shell (NT-Shell) is a C library for embedded systems.
It provides VT100 compatible terminal control feature and needs only serial read/write functions for the porting.

Features


Edit Controls

Action Key input
Move to the start of line CTRL+A or Home
Move to the end of line CTRL+E or End
Move forward one character CTRL+F or Right arrow
Move back one character CTRL+B or Left arrow
Delete previous character Backspace
Delete current character CTRL+D or Delete
Cancel current input line CTRL+C
History search (backward) CTRL+P
History search (forward) CTRL+N
Input suggestion from history record TAB