summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Warner <james.warner@comcast.net>2011-10-28 10:30:40 -0500
committerCraig Small <csmall@enc.com.au>2011-12-22 23:48:05 +1100
commit434198e6e47d430b0208e882e02540bfa93791c0 (patch)
tree5ac97bf1909f38fd1afed3cd75fa5e70fe5984c5
parent26b4e0e1c63dc5264e9297f9b4d3952f8f7556b8 (diff)
downloadprocps-ng-434198e6e47d430b0208e882e02540bfa93791c0.tar.gz
top: corrected missed escape seq from redesign
-rw-r--r--top/top.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/top/top.h b/top/top.h
index 152f783..4ef3943 100644
--- a/top/top.h
+++ b/top/top.h
@@ -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 #############################################*/