Go to file
yukun 559016f787 dev 2019-12-12 11:59:07 +01:00
.ci ~ update clang tidy checks 2019-11-16 18:30:30 +00:00
main dev 2019-12-12 11:59:07 +01:00
src dev 2019-12-12 11:59:07 +01:00
test + Unit Test Framework 2019-10-16 16:44:09 +02:00
.clang-tidy ~ update clang tidy checks 2019-11-16 18:30:30 +00:00
.gitignore + Unit Test Framework 2019-10-16 16:44:09 +02:00
.gitlab-ci.yml wrong docker image name in last commit. 2019-11-12 06:27:46 +00:00
CHANGELOG.md + Unit Test Framework 2019-10-16 16:44:09 +02:00
CMakeLists.txt dev 2019-12-12 11:59:07 +01:00
LICENSE + Unit Test Framework 2019-10-16 16:44:09 +02:00
README.md dev 2019-12-12 11:59:07 +01:00

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.