Go to file
Julian Hinxlage 6e85e1cb17 Merge branch 'dev' into 'master'
Sprint - Unit Tests sind cool

See merge request link/projekte/ws19/vkvm-new/terminal!2
2020-01-09 06:52:59 +00:00
.ci ~ update ci to latest version 2019-12-05 07:45:01 +00:00
main ~ changing up a few includes 2020-01-08 19:19:26 +01:00
src ~ also need to include string... 2020-01-08 19:48:37 +01:00
test ~ changing up a few includes 2020-01-08 19:19:26 +01:00
.clang-tidy ~ update ci to latest version 2019-12-05 07:45:01 +00:00
.gitignore + Unit Test Framework 2019-10-16 16:44:09 +02:00
.gitlab-ci.yml ~ use clang instead of g++ 2020-01-08 16:34:52 +00:00
CHANGELOG.md + Unit Test Framework 2019-10-16 16:44:09 +02:00
CMakeLists.txt ~ changing up a few includes 2020-01-08 19:19:26 +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.