Ignore:
Timestamp:
10/03/2015 12:10:42 PM (9 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
2.4, ablfs-more, legacy, new_features, trunk
Children:
e4b1293
Parents:
6f48f76
Message:

Adapt menu to ncurses ABI 6, and clear a warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • menu/lxdialog/textbox.c

    r6f48f76 r2ce3688  
    118118        waddch (dialog, ' ');
    119119    }
     120    wbkgdset (dialog, 0);
    120121    print_button (dialog, " Exit ", height - 2, width / 2 - 4, TRUE);
     122    wbkgdset (dialog, dialog_attr & A_COLOR);
    121123    wnoutrefresh (dialog);
    122124    getyx (dialog, cur_y, cur_x);       /* Save cursor position */
Note: See TracChangeset for help on using the changeset viewer.