Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 Use more markup. Increase table width since l...
details: https://anonhg.NetBSD.org/src/rev/4b40a0dab8da
branches: trunk
changeset: 772718:4b40a0dab8da
user: wiz <wiz%NetBSD.org@localhost>
date: Fri Jan 13 23:12:32 2012 +0000
description:
Use more markup. Increase table width since longest string changed.
diffstat:
share/man/man9/rasops.9 | 35 +++++++++++++++++++----------------
1 files changed, 19 insertions(+), 16 deletions(-)
diffs (68 lines):
diff -r 75ec8a0803a0 -r 4b40a0dab8da share/man/man9/rasops.9
--- a/share/man/man9/rasops.9 Fri Jan 13 23:09:51 2012 +0000
+++ b/share/man/man9/rasops.9 Fri Jan 13 23:12:32 2012 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: rasops.9,v 1.15 2012/01/13 23:09:51 wiz Exp $
+.\" $NetBSD: rasops.9,v 1.16 2012/01/13 23:12:32 wiz Exp $
.\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -106,7 +106,7 @@
int ri_fontscale; /* fontheight * fontstride */
int ri_xscale; /* fontwidth * pelbytes */
int ri_yscale; /* fontheight * stride */
- u_char *ri_origbits; /* where screen bits actually start */
+ u_char *ri_origbits; /* where screen bits actually start */
int ri_xorigin; /* where ri_bits begins (x) */
int ri_yorigin; /* where ri_bits begins (y) */
int32_t ri_devcmap[16]; /* color -\*[Gt] framebuffer data */
@@ -128,32 +128,35 @@
.Em ri_flg
member are:
.Pp
-.Bl -tag -offset indent -width RI_CURSORCLIP -compact
-.It RI_FULLCLEAR
-eraserows() hack to clear full screen
-.It RI_FORCEMONO
+.Bl -tag -offset indent -width RI_ENABLE_ALPHA_XX -compact
+.It Dv RI_FULLCLEAR
+.Fn eraserows
+hack to clear full screen
+.It Dv RI_FORCEMONO
monochrome output even if we can do color
-.It RI_BSWAP
+.It Dv RI_BSWAP
framebuffer endianness doesn't match CPU
-.It RI_CURSOR
+.It Dv RI_CURSOR
cursor is switched on
-.It RI_CLEAR
+.It Dv RI_CLEAR
clear display on startup
-.It RI_CENTER
+.It Dv RI_CENTER
center onscreen output
-.It RI_CURSORCLIP
+.It Dv RI_CURSORCLIP
cursor is currently clipped
-.It RI_CFGDONE
+.It Dv RI_CFGDONE
.Fn rasops_reconfig
completed successfully
-.It RI_NO_AUTO
+.It Dv RI_NO_AUTO
do not generate box drawing characters for ISO fonts.
Use this when it is not safe to allocate memory, for example when setting up
an early console.
-.It RI_ENABLE_ALPHA
+.It Dv RI_ENABLE_ALPHA
set this if the caller supports anti-aliased fonts in the given colour depth.
-Without this flag rasops_init() will only pick bitmap fonts.
-.It RI_8BIT_IS_RGB
+Without this flag
+.Fn rasops_init
+will only pick bitmap fonts.
+.It Dv RI_8BIT_IS_RGB
set this if the caller uses an R3G3B2 colour map in 8 bit.
.Fn rasops_init
will generate an appropriate ri_devcmap[] but the caller still needs to set up
Home |
Main Index |
Thread Index |
Old Index