top: remove the 'BOT_MENU_YES' prototype demonstration <=== port of newlib dedcfa76
______________________________ original newlib message Now that a potential use of that bottom 'window' for a menu has been demonstrated, we'll remove such clutter. [ after all, the prior commit cautioned against text ] [ made conditional which might also be translatable. ] Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
@@ -30,7 +30,6 @@
|
||||
//#define ATEOJ_RPTHSH /* report on hash specifics, at end-of-job */
|
||||
//#define ATEOJ_RPTSTD /* report on some miscellany at end-of-job */
|
||||
//#define BOT_DEAD_ZAP /* zap Ctrl bottom window when target dies */
|
||||
//#define BOT_MENU_YES /* enable bottom window for menu prototype */
|
||||
//#define BOT_STRV_OFF /* don't emphasize strv w/ focus if spaces */
|
||||
//#define CASEUP_HEXES /* show all those hex values in upper case */
|
||||
//#define CASEUP_SUFIX /* show time/mem/cnts suffix in upper case */
|
||||
@@ -191,9 +190,6 @@ char *strcasestr(const char *haystack, const char *needle);
|
||||
#define kbd_BTAB 140
|
||||
#define kbd_CtrlE '\005'
|
||||
#define kbd_CtrlG '\007'
|
||||
#ifdef BOT_MENU_YES
|
||||
#define kbd_CtrlH '\010'
|
||||
#endif
|
||||
#define kbd_CtrlI '\011'
|
||||
#define kbd_CtrlK '\013'
|
||||
#define kbd_CtrlN '\016'
|
||||
@@ -837,10 +833,6 @@ typedef struct WIN_t {
|
||||
//atic void *bot_item_hlp (proc_t *p);
|
||||
//atic void bot_item_show (void);
|
||||
//atic void bot_item_toggle (int what, const char *name, char sep);
|
||||
#ifdef BOT_MENU_YES
|
||||
//atic void bot_menu_show (void);
|
||||
//atic void bot_menu_toggle (void);
|
||||
#endif
|
||||
/*------ Interactive Input Tertiary support ----------------------------*/
|
||||
//atic inline int find_ofs (const WIN_t *q, const char *buf);
|
||||
//atic void find_string (int ch);
|
||||
|
||||
Reference in New Issue
Block a user