Open ghost opened 4 years ago
ncurses-st-menu is similar library to ncurses menu library, but with CUA look - looks like your example https://github.com/okbob/ncurses-st-menu - PDCurses are supported.
The code for that demo is at https://github.com/wmcbrine/PDCurses/blob/master/demos/tuidemo.c (it calls https://github.com/wmcbrine/PDCurses/blob/master/demos/tui.c for the actual handling - you could do the same).
A more portable solution is a menu library like the one above, but depending on the use-case this may not be necessary.
I suggest to close the issue as "solved" as the implementation within PDCurses (the ncurses menu library) was explicit closed as "not done" #57 (rather: a portable version of those should be created that is not part of this repo, similar to the ncurses-st-menu option above).
hi, i was wondering if its possible that pdcurse support menus ? I have seen a program called 'tuidemo' that is supposed to allow us to make similar menu is it still possible ?