You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
.ci | 3 years ago | |
main | 3 years ago | |
src | 3 years ago | |
test | 3 years ago | |
.clang-tidy | 3 years ago | |
.gitignore | 3 years ago | |
.gitlab-ci.yml | 3 years ago | |
CHANGELOG.md | 3 years ago | |
CMakeLists.txt | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago |
README.md
vKVM Terminal
Terminal calls the methods from library in order to get data from shared memory and control the output content in GUI.
Features
- If all the lines of the screen are occupied and a new line is added, all lines will be moved up.
- Terminal can handle the backspace.
- If a line is too long for the screen, terminal will word wrap.
- A cursor can be simulated to insert text anywhere.
- Terminal can use the arrow keys to move the cursor.
- The input from terminal will be wise selected.
Installation
Use the installation script provided in the Scripts repository to install the full package.
Installing a single component is currently not supported.