Christian Burger christian
  • Joined on 2021-07-28
christian pushed to master at christian/kNCurses 2022-04-29 16:36:14 +02:00
02266dfb0c fixed bug: deadlock when resizing PTY window
christian pushed to master at christian/kNCurses 2022-04-28 14:03:19 +02:00
78672521c4 corrected return values for UNDEF macros
a300dd492b added ncurses addnwstr() to window
ed534363a2 method to insert wide character in ncurses window
3af1284cf8 refactoring: wide character methods to Window
746e458cd2 renamed Window to PtyWindow
Compare 5 commits »
christian opened issue christian/kNCurses#14 2022-04-25 17:25:49 +02:00
Rename to NCurses or krikkelNCurses?
christian commented on issue christian/kNCurses#13 2022-04-23 23:33:03 +02:00
Build a shared library

Building a shared library fails on Ubuntu. The ncurses C++ library is only available as a static library. Which was not compiled with position independent code (i.e. using -fPIC).

christian pushed tag v0.1 to christian/kNCurses 2022-04-23 23:31:54 +02:00
christian pushed tag v0.1 to christian/kNCurses 2022-04-23 23:05:03 +02:00
christian pushed to release at christian/kNCurses 2022-04-23 23:03:00 +02:00
2863c8ae16 first release v0.1
christian created branch release in christian/kNCurses 2022-04-23 23:03:00 +02:00
christian pushed tag v0.1 to christian/kNCurses 2022-04-23 22:43:40 +02:00
christian pushed to master at christian/kNCurses 2022-04-23 22:43:12 +02:00
ae6130f095 cmake: some improvements
f994cb2261 moved library system headers to separate folder
2d7dda88c5 cmake: determines version from latest Git tag
Compare 3 commits »
christian commented on issue christian/kNCurses#8 2022-04-21 16:34:56 +02:00
Method for reading user input

Decided to use get_wch() for reading user input. It seemed easier to interface with libvterm that way.

But in general, this feature does not appear to make sense for the time being. It's better…

christian closed issue christian/kNCurses#8 2022-04-21 16:34:56 +02:00
Method for reading user input
christian pushed to master at christian/kNCurses 2022-04-21 12:36:23 +02:00
bc76ae227c fixed homepage for Debian package
christian pushed to master at christian/kNCurses 2022-04-21 10:28:49 +02:00
d3bdb305d0 fixes issue with wrong description in DEB package
christian pushed to Gentoo at christian/kNCurses 2022-04-20 14:35:24 +02:00
840ffdd3bf minor changes required for Gentoo
6ce6bcdace removed redundant include
45beee33a8 minor cmake fix: ncurses header as system includes
0a916fe01a made package (.deb and .tar.gz)
8273da4ada improvements to debug output for syscalls
Compare 7 commits »
christian pushed to master at christian/kNCurses 2022-04-20 13:35:09 +02:00
6ce6bcdace removed redundant include
christian pushed to master at christian/kNCurses 2022-04-20 13:29:02 +02:00
45beee33a8 minor cmake fix: ncurses header as system includes
christian opened issue christian/kNCurses#13 2022-04-19 10:09:45 +02:00
Build a shared library
christian pushed to master at christian/kNCurses 2022-04-18 22:59:44 +02:00
fec264cb3c Merge branch 'master' of gitea.xndr.de:christian/NCursesPtyWindow
0a916fe01a made package (.deb and .tar.gz)
8273da4ada improvements to debug output for syscalls
Compare 3 commits »
christian pushed to Gentoo at christian/kNCurses 2022-04-18 13:03:26 +02:00
4d27325d25 removed redundant include