diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-01-18 19:10:28 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-01-18 19:10:28 +0000 |
commit | 2ab6a45cb794e8f5ff7b3d8c9fe25b0ef0f5b669 (patch) | |
tree | 68bbd31bb6b70c640ee51637367f12996de516f7 /lib/libcurses/parametrized.h | |
parent | 369038865daffb176f8616ac082675a6e8116a0f (diff) |
ncurses-4.2-990116
Diffstat (limited to 'lib/libcurses/parametrized.h')
-rw-r--r-- | lib/libcurses/parametrized.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libcurses/parametrized.h b/lib/libcurses/parametrized.h index 0cfebb318d4..fefc00c0406 100644 --- a/lib/libcurses/parametrized.h +++ b/lib/libcurses/parametrized.h @@ -1,4 +1,4 @@ -/* $OpenBSD: parametrized.h,v 1.1 1998/07/23 21:19:58 millert Exp $ */ +/* $OpenBSD: parametrized.h,v 1.2 1999/01/18 19:09:04 millert Exp $ */ /* * parametrized.h --- is a termcap capability parametrized? @@ -402,6 +402,8 @@ static short const parametrized[] = { 0, /* erhlm */ 0, /* ethlm */ 0, /* evhlm */ +1, /* sgr1 */ +1, /* slength */ 0, /* OTi2 */ 0, /* OTrs */ 0, /* OTnl */ @@ -607,5 +609,5 @@ static short const parametrized[] = { 0, /* btml */ 0, /* rvert */ 0, /* lvert */ -} /* 597 entries */; +} /* 599 entries */; |