-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DSXMENU feature request: Can we have a plain text line? #57
Comments
I've had another look at the code and I think an easy way to make this feature work is the ignore and skip over any line in the .ini that has
Changes to the code [at lines 368-380] Lines 368 to 380 in ea25801
I'm having trouble figuring out how to build with OpenWatcom, if anyone here can build this and see if it works that would be cool, if not I'll keep trying to learn how to compile with OpenWatcom. If I'm able to build and it works I'll open a PR, if anyone beats me to it that's cool 😎 EDIT: |
I was looking at using DSXMENU inside DosBox to make things a little easier for games and apps when starting them from a frontend or bat. The menu itself does everything you need functionality wise, however I was wondering if we can have a simple non navigable text line entry.
For example:
You can sort of do this with a dummy line
menuitem=,Some text
but it's still navigable. It would be handy for adding a title to the menu or some sort of hint about which option to select.The text was updated successfully, but these errors were encountered: