pcurses
pcurses copied to clipboard
A curses package management tool for Archlinux
src/cursesframe.cpp: Change occurrences of `wprintw()` and `mvwprintw()` to use the new fprint-style format string, introduced with ncurses 6.3. Fixes #7
Ncurses 6.3 introduced fprint-style format strings, which leads to pcurses not compiling: ``` build/pcurses/src/pcurses/src/cursesframe.cpp: In member function ‘virtual void CursesFrame::refresh()’: /build/pcurses/src/pcurses/src/cursesframe.cpp:96:18: error: format not a string literal and no format...
We should have all we need in standard C++11.
Hi! First of all, thank your very much for pcurses. I like the program very much (and I also learn a lot of your code, because I'm trying to improve...