diff options
| author | nisimura <nisimura@NetBSD.org> | 1999-10-19 00:49:33 +0000 |
|---|---|---|
| committer | nisimura <nisimura@NetBSD.org> | 1999-10-19 00:49:33 +0000 |
| commit | 7b3b03bea67137cf4a6a2a42ba67bb899dfa71ae (patch) | |
| tree | fffe3474156c17c58c6ce21dbcc6948ff242910c /sys/dev/tc/tfb.c | |
| parent | 02bd5fa80ef277d653b701fa72f97211047567aa (diff) | |
Enable 'WSSCREEN_REVERSE' scr-capability.
Diffstat (limited to 'sys/dev/tc/tfb.c')
| -rw-r--r-- | sys/dev/tc/tfb.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/tc/tfb.c b/sys/dev/tc/tfb.c index 58a71ebf433..6d12e9fa8f7 100644 --- a/sys/dev/tc/tfb.c +++ b/sys/dev/tc/tfb.c @@ -1,4 +1,4 @@ -/* $NetBSD: tfb.c,v 1.18 1999/09/20 06:29:06 nisimura Exp $ */ +/* $NetBSD: tfb.c,v 1.19 1999/10/19 00:49:33 nisimura Exp $ */ /* * Copyright (c) 1998, 1999 Tohru Nishimura. All rights reserved. @@ -32,7 +32,7 @@ #include <sys/cdefs.h> /* RCS ID & Copyright macro defns */ -__KERNEL_RCSID(0, "$NetBSD: tfb.c,v 1.18 1999/09/20 06:29:06 nisimura Exp $"); +__KERNEL_RCSID(0, "$NetBSD: tfb.c,v 1.19 1999/10/19 00:49:33 nisimura Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -241,7 +241,7 @@ struct wsscreen_descr tfb_stdscreen = { "std", 0, 0, &tfb_emulops, 0, 0, - 0 + WSSCREEN_REVERSE }; const struct wsscreen_descr *_tfb_scrlist[] = { |
