steveh250 / Unix-Menu-Program

An easy to use character based menu program written in C - use it to automate some of those regular tasks. Takes a simple input text file and draws a menu (uses curses or newt with a common menu input file). Takes up to 30 options per menu, curses menu draws one or two columns columns, newt provides a scrollable list.
13 stars 3 forks source link

Newt follow up #3

Closed steveh250 closed 4 years ago

steveh250 commented 4 years ago
  1. Test 30 menu items with newt.
  2. Merge with master and release.
steveh250 commented 4 years ago

Testing completed - fixed line length issue. Added note to README to deal with line lengths greater than 30 or 80. Opened another issue to deal with throwing away characters longer than line length (or maybe just abort the processing rather than creating unforeseen issues with truncated command lines.)

steveh250 commented 4 years ago

Merged newt with master and created a release r1.12