View | Details | Raw Unified | Return to bug 66538
Collapse All | Expand All

(-)lib/libvgl/vgl.3 (-2 / +3 lines)
Lines 144-150 Link Here
144
.Sh DESCRIPTION
144
.Sh DESCRIPTION
145
.Nm Libvgl
145
.Nm Libvgl
146
is a library that enables the programmer access to the graphics
146
is a library that enables the programmer access to the graphics
147
modes supported by the console driver (syscons). The library takes care of
147
modes supported by the console driver (syscons).
148
The library takes care of
148
programming the actual video hardware, and provides a number of simple
149
programming the actual video hardware, and provides a number of simple
149
functions to do various graphic operations.
150
functions to do various graphic operations.
150
There is also support for a
151
There is also support for a
Lines 194-200 Link Here
194
.Dv VGL_RAWKEYS .
195
.Dv VGL_RAWKEYS .
195
When
196
When
196
.Dv VGL_XLATEKEYS
197
.Dv VGL_XLATEKEYS
197
is specified, the keyboard translate the raw keyboard scan code into
198
is specified, the keyboard translates the raw keyboard scan code into
198
a character code.
199
a character code.
199
If
200
If
200
.Dv VGL_RAWKEYS
201
.Dv VGL_RAWKEYS

Return to bug 66538