Commit graph

9 commits

Author SHA1 Message Date
Christian Burger 1357a7f6bf renamed to project to kNCurses 2022-05-06 22:42:09 +02:00
Christian Burger 320f5ba63a improved demo a bit, refactoring a bit 2022-05-06 22:05:57 +02:00
Christian Burger e42711f123 switched to scoped_lock 2022-05-06 18:37:48 +02:00
Christian Burger b9e32941fb hide and show windows in window manager
* switching to recursive mutexes for now; easier to implement
* need to read user input from the window manager; hidden windows are
drawn when reading input from there
* note: occasional dead lock between PTY and ncurses mutex
* fixed type in class `SingleUserInput`
2022-05-06 14:02:18 +02:00
Christian Burger 0462a68c54 added simple vertical tiling window manager 2022-05-03 11:23:32 +02:00
Christian Burger f8db9dc660 renamed project to NCurses 2022-05-01 22:51:17 +02:00
Christian Burger 02266dfb0c fixed bug: deadlock when resizing PTY window 2022-04-29 16:36:07 +02:00
Christian Burger 3af1284cf8 refactoring: wide character methods to Window 2022-04-25 15:55:39 +02:00
Christian Burger 746e458cd2 renamed Window to PtyWindow
Making space for a more general base window class with support for wide
characters.
2022-04-25 11:10:07 +02:00
Renamed from Window.cpp (Browse further)