C++ library extending existing NCurses++ library and providing a tiling window manager and a (more or less) working pseudo terminal window based on libvterm.
 
 
 
Go to file
Christian Burger c0a3ca7822 fixes #1
* demo app: using `SHELL` environment var or `/bin/bash` as default
* removed some debug messages
* enabled all vterm screen handlers; if not implemented there is a debug
message
* fixed and improved cursor position — was sometimes off; e. g. if
pressing backspace
* stubs for some functions required for implementing #3
2022-04-05 10:23:50 +02:00
.vscode prototype: ncurses window class wrapping a PTY 2022-04-03 10:16:20 +02:00
cmake prototype: ncurses window class wrapping a PTY 2022-04-03 10:16:20 +02:00
.gitignore prototype: ncurses window class wrapping a PTY 2022-04-03 10:16:20 +02:00
CMakeLists.txt prototype: ncurses window class wrapping a PTY 2022-04-03 10:16:20 +02:00
Debug.cpp prototype: ncurses window class wrapping a PTY 2022-04-03 10:16:20 +02:00
Debug.hpp prototype: ncurses window class wrapping a PTY 2022-04-03 10:16:20 +02:00
NCursesPtyApp.cpp fixes #1 2022-04-05 10:23:50 +02:00
NCursesPtyApp.hpp fixes #1 2022-04-05 10:23:50 +02:00
NCursesPtyWindow.cpp fixes #1 2022-04-05 10:23:50 +02:00
NCursesPtyWindow.hpp fixes #1 2022-04-05 10:23:50 +02:00
main.cpp prototype: ncurses window class wrapping a PTY 2022-04-03 10:16:20 +02:00