diff options
author | phk <phk@FreeBSD.org> | 1994-10-28 21:39:58 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1994-10-28 21:39:58 +0000 |
commit | c9a9505ff18ad6e68707a4f917026b5765c5336d (patch) | |
tree | 9b231a993bd22201c76733fba2e157a9943b3410 /lib/libcurses/setterm.c | |
parent | feb96dc39d40caba64f5b6368dcce55865519781 (diff) | |
download | FreeBSD-src-c9a9505ff18ad6e68707a4f917026b5765c5336d.zip FreeBSD-src-c9a9505ff18ad6e68707a4f917026b5765c5336d.tar.gz |
Renamed a variable from 'DB' to 'cDB', so the vi(1) will compile again.
Nice to see that people test their fixes before they commit :-(
Diffstat (limited to 'lib/libcurses/setterm.c')
-rw-r--r-- | lib/libcurses/setterm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcurses/setterm.c b/lib/libcurses/setterm.c index ddb5871..650ec04 100644 --- a/lib/libcurses/setterm.c +++ b/lib/libcurses/setterm.c @@ -51,7 +51,7 @@ static void zap __P((void)); static char *sflags[] = { /* am bs da db eo hc in mi ms */ - &AM, &BS, &DA, &DB, &EO, &HC, &IN, &MI, &MS, + &AM, &BS, &DA, &cDB, &EO, &HC, &IN, &MI, &MS, /* nc ns os ul xb xn xt xs xx */ &NC, &NS, &OS, &UL, &XB, &XN, &XT, &XS, &XX }; |