ACS_VLINE und ACS_HLINE benutzt.

This commit is contained in:
Enno Rehling 2001-12-15 15:52:40 +00:00
parent 595d12e10f
commit 893a2605f5
1 changed files with 2 additions and 2 deletions

View File

@ -289,9 +289,9 @@ drawmap(boolean maponly) {
x1=left; y1=top;
if(maponly == false) {
movexy(SX-39, 0);
vline('|', SY+1);
vline(ACS_VLINE, SY+1);
movexy(SX-38, SY-2);
hline('-', 39);
hline(ACS_HLINE, 39);
if (hl != -1) {
movexy(SX-36,SY-2);
addstr(" High: ");