You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Dan Buch b1f1195c3d
doing some find+sed cleanup
15 years ago
..
Makefile Revert "doing some find+sed cleanup" 15 years ago
README Revert "doing some find+sed cleanup" 15 years ago
menu_attrib.c doing some find+sed cleanup 15 years ago
menu_item_data.c doing some find+sed cleanup 15 years ago
menu_multi_column.c doing some find+sed cleanup 15 years ago
menu_scroll.c doing some find+sed cleanup 15 years ago
menu_simple.c doing some find+sed cleanup 15 years ago
menu_toggle.c doing some find+sed cleanup 15 years ago
menu_userptr.c doing some find+sed cleanup 15 years ago
menu_win.c doing some find+sed cleanup 15 years ago

README

Description of files 

--------------------
menus
|
|----> menu_attrib.c -- Usage of menu attributes
|----> menu_item_data.c -- Usage of item_name() etc.. functions
|----> menu_multi_column.c -- Creates multi columnar menus
|----> menu_scroll.c -- Demonstrates scrolling capability of menus
|----> menu_simple.c -- A simple menu accessed by arrow keys
|----> menu_toggle.c -- Creates multi valued menus and explains
| -- REQ_TOGGLE_ITEM
|----> menu_userptr.c -- Usage of user pointer
|----> menu_win.c -- Demo of windows associated with menus