Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Menu (tui) #97

Open
ghost opened this issue Jul 12, 2020 · 2 comments
Open

Menu (tui) #97

ghost opened this issue Jul 12, 2020 · 2 comments

Comments

@ghost
Copy link

ghost commented Jul 12, 2020

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 ?

image

@ghost ghost changed the title Menu Menu (tui) Jul 12, 2020
@okbob
Copy link

okbob commented Jul 30, 2021

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.

@GitMensch
Copy link
Contributor

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).

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants