Skip to content
  • Roberto Oliveira's avatar
    main/mc: fix build · 7308b1a0
    Roberto Oliveira authored and Natanael Copa's avatar Natanael Copa committed
    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
    7308b1a0