summaryrefslogtreecommitdiff
path: root/netmet2.c
diff options
context:
space:
mode:
Diffstat (limited to 'netmet2.c')
-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++) {