top: corrected missed escape seq from redesign

This commit is contained in:
Jim Warner 2011-10-28 10:30:40 -05:00 committed by Craig Small
parent 26b4e0e1c6
commit 434198e6e4

View File

@ -492,7 +492,7 @@ typedef struct WIN_t {
/* Summary Lines specially formatted string(s) --
see 'show_special' for syntax details + other cautions. */
#define LOADAV_line "%s -%s\n"
#define LOADAV_line_alt "%s\06 -%s\n"
#define LOADAV_line_alt "%s~6 -%s\n"
/*###### For Piece of mind #############################################*/