summaryrefslogtreecommitdiff
path: root/top
Commit message (Expand)AuthorAgeFilesLines
* top: eliminate a potential abend when exiting 'A' mode <=== port of newlib 80...Jim Warner2022-07-272-28/+22
* top: make function prologue the same as newlib versionJim Warner2022-07-271-1/+1
* top: if line editing, account for invisible characters <=== port of newlib b0...Jim Warner2022-07-031-0/+1
* top: adjust the man page alignment for 'Ctrl' commands <=== port of newlib 89...Jim Warner2022-07-031-7/+7
* top: afford another level of protection for line input <=== port of newlib 75...Jim Warner2022-07-031-1/+1
* top: adjust some parenthesis for correct '^N' behavior <=== port of newlib 3c...Jim Warner2022-06-201-1/+1
* top: make 'n/a' (not applicable) notation translatable <=== port of newlib da...Jim Warner2022-06-203-3/+4
* top: enable processing utf8 multi-byte character input <=== port of newlib c2...Jim Warner2022-06-191-36/+74
* top: provide for visual hint when overtype mode active <=== port of newlib 97...Jim Warner2022-06-192-0/+4
* top: avoid premature forced loss of that bottom window <=== port of newlib f4...Jim Warner2022-06-191-12/+11
* doc: acknowledge the top 'message log' display ability <=== port of newlib 60...Jim Warner2022-06-191-1/+8
* top: provides a new user 'message log' display ability <=== port of newlib 39...Jim Warner2022-06-194-6/+47
* top: the bottom 'window' headings are now translatable <=== port of newlib 20...Jim Warner2022-06-194-9/+16
* top: remove the 'BOT_MENU_YES' prototype demonstration <=== port of newlib de...Jim Warner2022-06-192-59/+3
* top: don't make translatable text subject to a #define <=== port of newlib b5...Jim Warner2022-06-193-10/+9
* top: cleanup of miscellaneous stuff from prior commits <=== port of newlib da...Jim Warner2022-06-192-5/+4
* top: enable bottom 'window' multi-byte char capability <=== port of newlib 72...Jim Warner2022-06-191-5/+14
* top: rework bottom 'window' logic to reduce redundancy <=== port of newlib ef...Jim Warner2022-06-192-121/+56
* top: extend shift+tab (back_tab) navigation to console <=== port of newlib e9...Jim Warner2022-06-191-1/+2
* top: apply a special emphasis with some focus elements <=== port of newlib 1d...Jim Warner2022-06-192-4/+12
* top: some imbedded literals are now manifest constants <=== port of newlib 30...Jim Warner2022-06-191-5/+12
* top: modify 'focus' strv function to display 'n/a' too <=== port of newlib fc...Jim Warner2022-06-191-1/+3
* top: extend 'focus' navigation to shift+tab (back_tab) <=== port pf newlib 43...Jim Warner2022-06-192-5/+16
* top: be more careful with memcpy length specifications <=== port of newlib c0...Jim Warner2022-06-191-3/+10
* top: modify 'Ctrl' bottom window 'str' use with 'strv' <=== port of newlib 73...Jim Warner2022-06-192-29/+85
* top: needed 'Ctrl' bottom window fixes were discovered <=== port of newlib da...Jim Warner2022-06-192-5/+8
* doc: man page adjusted for response to keyboard inputs <=== port of newlib b8...Jim Warner2022-06-191-2/+0
* top: program is now more responsive to keyboard inputs <=== port of newlib 3e...Jim Warner2022-06-191-1/+1
* doc: detail 'Ctrl' bottom window namespaces plus focus <=== port of newlib 38...Jim Warner2022-06-191-8/+13
* top: extend 'Ctrl' bottom window for 'memu' selections <=== port od newlib 65...Jim Warner2022-06-192-3/+55
* top: extend 'Ctrl' bottom window for focus via tab key <=== port of newlib de...Jim Warner2022-06-192-49/+112
* top: expand 'Ctrl' bottom window to display other data <=== port of newlib c4...Jim Warner2022-06-192-10/+90
* top: rename 'Ctrl' bottom window routines and relocate <=== port of newlib ad...Jim Warner2022-06-192-88/+103
* top: turn off the 'Ctrl' bottom window with 1 more key <=== port of newlib 3f...Jim Warner2022-06-191-0/+2
* top: fix a bug from when 'Ctrl' window was made sticky <=== port of newlib 79...Jim Warner2022-06-191-1/+1
* top: avoid library shame with refactored 'Ctrl' window <=== port of newlib bc...Jim Warner2022-06-192-87/+41
* top: turn off the 'Ctrl' bottom window after some keys <=== port of newlib d6...Jim Warner2022-06-192-4/+18
* top: allow sticky 'Ctrl' bottom window code by #define <=== port of newlib 16...Jim Warner2022-06-192-0/+11
* doc: adapt to the 'Ctrl' bottom window one changed key <=== port of newlib 54...Jim Warner2022-06-191-3/+3
* top: trade just 1 'Ctrl' bottom window key association <=== port of newlib 9f...Jim Warner2022-06-193-12/+12
* doc: adapt to the 'Ctrl' bottom window sticky behavior <=== port of newlib ef...Jim Warner2022-06-191-2/+3
* top: make the new 'Ctrl' bottom window behavior sticky <=== port of newlib 0f...Jim Warner2022-06-192-14/+18
* top: add a program name to 'Ctrl' bottom window header <=== port of newlib ba...Jim Warner2022-06-191-0/+4
* doc: add variable width data display without scrolling <=== port of newlib 6b...Jim Warner2022-06-191-1/+35
* top: add variable width data display without scrolling <=== port of newlib fb...Jim Warner2022-06-193-16/+150
* top: eliminate the 'keys_global' redundant definitions <=== port of newlib 27...Jim Warner2022-06-191-17/+16
* top: remove those winflags which restricted 'x' toggle <=== port of newlib ef...Jim Warner2022-06-193-44/+3
* top: raise %CPU maximum if large numbers of processors <=== port of newlib 72...Jim Warner2022-06-191-1/+5
* top: ignore the SIGHUP signal if running in batch mode <=== port of newlib 6a...Jim Warner2022-06-192-40/+49
* top: add another tiny bit of robustness to rcfile codeJim Warner2022-03-221-0/+2