goblinfactory / konsole

Home of the simple console library consisting of ProgressBar, Window, Form, Draw & MockConsole (C# console progress bar with support for single or multithreaded progress updates) Window is a 100%-ish console compatible window, supporting all normal console writing to a windowed section of the screen, supporting scrolling and clipping of console output.
718 stars 62 forks source link

Menu not explained in the README. #78

Open LuanRoger opened 3 years ago

LuanRoger commented 3 years ago

I realized that the Menus were not explained in the README, which can generate doubts about how use it.

I made a pull request updating the README: #77, but I fixed only a small problem, because I also don't know how to use the Menus very well.

goblinfactory commented 3 years ago

Hi @LuanRoger The Menus are not documented in Konsole readme because they were only created as a quick throw away to help me write some sample apps, and then allow users to select between options via the menu.

It wasn't meant as a core feature of Konsole. The menu will be replaced in version 8 with a complete set of input controls, including some more useful menus. Apologies for having to wait for so long for this.

goblinfactory commented 3 years ago

I'm leaving this issue open because the reply is useful for anyone else interested in the menu control.