summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2007-07-10 21:53:19 +0000
committerDimitri Sokolyuk <demon@dim13.org>2007-07-10 21:53:19 +0000
commitae19a6e7eef9d9bc599717456e9ba810e308fa3a (patch)
tree5969db88ca0af267bc1be6b9fd5dde00c0f58eea
parent4de796918d5af2bfda9e048fe854b816a64cf3bd (diff)
make chart symbols more intuitive in bw mode
-rw-r--r--netmet2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/netmet2.c b/netmet2.c
index df3aa35..a2f8fcb 100644
--- a/netmet2.c
+++ b/netmet2.c
@@ -179,8 +179,8 @@ display2(void)
mvwprintw2(datap->info, 3, 0, "omax:", datap->max[1]);
wnoutrefresh(datap->info);
- symin = hascolors ? ' ' : '+';
- symout = hascolors ? ' ' : '-';
+ symin = hascolors ? ' ' : 'I';
+ symout = hascolors ? ' ' : 'O';
werase(datap->plot);
for (i = 0; i < datap->plotheight; i++) {