Christian Burger christian
  • Joined on 2021-07-28
christian opened issue christian/kNCurses#19 2022-05-28 19:45:39 +02:00
make scrolling possible (back buffer)
christian opened issue christian/kNCurses#18 2022-05-28 16:40:58 +02:00
window title to be displayed
christian pushed to master at christian/kNCurses 2022-05-28 13:19:30 +02:00
8784bb2ce3 distributed files to src/ directory
christian commented on issue christian/kNCurses#9 2022-05-28 12:54:38 +02:00
hide cursor on refresh

Does that really makes sense? Most update processes are contained for the moment into logical units that cannot be easily merged. Damage to PTY might be merged, but then this issue is linked to #12.

christian closed issue christian/kNCurses#14 2022-05-28 12:41:56 +02:00
Rename to NCurses or krikkelNCurses?
christian commented on issue christian/kNCurses#14 2022-05-28 12:41:56 +02:00
Rename to NCurses or krikkelNCurses?

Seems like all remnants of NCursesPtyWindow are gone.

christian closed issue christian/kNCurses#17 2022-05-28 12:39:22 +02:00
change #include directive for library (use "" instead of <> for own headers)
christian pushed to master at christian/kNCurses 2022-05-28 12:39:22 +02:00
01b90fe0ef closes #17: own headers are not system headers
christian pushed to master at christian/kNCurses 2022-05-27 16:00:54 +02:00
6fe1a7c5fb forgot returns in macros
christian pushed to master at christian/kNCurses 2022-05-27 14:25:41 +02:00
71aac290c1 forgot returns in macros
christian pushed to master at christian/kNCurses 2022-05-22 13:54:33 +02:00
c6218e9acc enabled compiler flags "-pedantic", "-Wall", …
christian pushed to master at christian/kNCurses 2022-05-22 00:03:14 +02:00
10c3edb5d9 enabled compiler flags "-pedantic", "-Wall", …
christian pushed to master at christian/kNCurses 2022-05-21 00:05:13 +02:00
4b709c92fb fixing problem with packaging
christian pushed to master at christian/kNCurses 2022-05-20 23:18:44 +02:00
ba378b2a43 window manager: inverting all windows' visibility
870fa80fc7 getter for ncurses mutex
Compare 2 commits »
christian pushed to master at christian/kNCurses 2022-05-18 23:33:07 +02:00
f48641bb58 cmake: changed project homepage URL
3be5336ca0 refactoring tiling window manager
0a086ff604 horizontal window manager now resizes correctly
9ddb769cb4 added HorizontalWindowManager to DemoApp
4fb2e6a976 renamed App.* to DemoApp.*
Compare 15 commits »
christian renamed repository from NCursesPtyWindow to christian/kNCurses 2022-05-18 23:27:08 +02:00
christian opened issue christian/kNCurses#17 2022-05-18 18:39:08 +02:00
change #include directive for library (use "" instead of <> for own headers)
christian opened issue christian/kNCurses#16 2022-05-06 18:41:19 +02:00
keypad if not used in Window is not linked to in DemoApp
christian pushed to master at christian/kNCurses 2022-05-01 22:38:02 +02:00
2601d78453 cmake: missed to add PtyWindow.hpp to package
christian opened issue christian/kNCurses#15 2022-04-29 16:45:47 +02:00
Segmentation error when resizing during output to PTY