aboutsummaryrefslogtreecommitdiffstats
path: root/main/mc/tty_init-unify-curses-initialization.patch
Commit message (Collapse)AuthorAgeFilesLines
* main/mc: upgrade to 4.8.20Andy Postnikov2017-11-281-61/+0
|
* main/mc: fix buildRoberto Oliveira2017-11-071-0/+61
Patch backported from upstream and it fixes error when calling ncurses API: tty-ncurses.c:199:13: error: dereferencing pointer to incomplete type 'TERMINAL {aka struct term}' cur_term->Nttyb.c_cc[VINTR] = CTRL ('g'); /* ^g */ Also add check() function