--- ./arrows.c.orig 2004-12-20 12:42:58.000000000 -0800 +++ ./arrows.c 2005-09-03 11:56:55.000000000 -0700 @@ -67,7 +67,7 @@ if (top_arrow) { wattrset(dialog, merge_colors(uarrow_attr, attr)); (void) add_acs(dialog, ACS_UARROW); - (void) waddstr(dialog, "(+)"); + (void) waddstr(dialog, "(-)"); } else { wattrset(dialog, attr); (void) whline(dialog, ACS_HLINE, 4);