summaryrefslogtreecommitdiff
path: root/taia.h
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2013-06-28 14:26:40 +0200
committerTobias Klauser <tklauser@distanz.ch>2013-06-28 14:26:40 +0200
commit1c0833268c7179494aecabc5f0fae643715a7a98 (patch)
tree1fd854b6082501bfbb0e1c39840484dd6109249d /taia.h
parent53d360c9f608103f95b9a2a74f64c9c494ff2333 (diff)
configure: Add linker flags for ncursestest to correct position
Newer versions of GCC expect the linker flags after the object code, so move the ouput of 'pkg-config --libs ncurses' there to not make the test fail even if ncurses is present on the system. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'taia.h')
0 files changed, 0 insertions, 0 deletions
tive x-offset for the input window and newwin() fails as this is invalid. It also doesn't check for this failure, so it busy-loops calling wgetch(NULL) which immediately returns -1. The additions in the offset calculations also don't match the intended size of the window. Limit the window size and calculate the offset similarly to show_scroll_win(). Cc: stable <stable@vger.kernel.org> Fixes: 692d97c380c6 ("kconfig: new configuration interface (nconfig)") Signed-off-by: Ben Hutchings <ben.hutchings@codethink.co.uk>
Diffstat (limited to 'Documentation')