Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/mc: upgrade to 4.8.20 | Andy Postnikov | 2017-11-28 | 1 | -61/+0 |
| | |||||
* | main/mc: fix build | Roberto Oliveira | 2017-11-07 | 1 | -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 |