is TIOCGWINSZ really required
Status: Alpha
Brought to you by:
ensonic
When compiling the text-renderer modul, there is a
unknown signal called TIOCGWINSZ. In general it is
defined by termios.h, which under mingw isn't
available, except using a header file from cygwin
package. But this header is under the license of cygwin
and therefore doesn't really fit.
Can you check if there are any suitable replacements
given by the pdcurses package?
PS: at the time there are references of TIOCGWINSZ only
within gitkreventloop.c.
Logged In: YES
user_id=250654
There is no replacement. Need to do more searching what
other applications do in this case.
Logged In: YES
user_id=250654
http://lynx.isc.org/lynx-2.8.3/lynx2-8-3/src/LYCurses.c
http://lynx.isc.org/lynx-2.8.3/lynx2-8-3/src/LYCurses.h
has some more one LINES COLS handling with pdcurses