• Rafaël Carré's avatar
    ncurses: cleanup · b7b8876f
    Rafaël Carré authored
    remove unused intf_sys_t members
    remove useless assignements
    use C99 for(;;)
    fix a double free when not using ncursesw
    use sizeof instead of strlen() when possible
    use var_GetInteger() instead of var_Get()
    use calloc() to allocate intf_sys_t and remove assignements which set memory to 0
    b7b8876f
ncurses.c 76.2 KB