NetBSD/src cWWZcRP — sys/dev/wscons wsdisplay_vcons.c wsdisplay_vconsvar.h
add support for loading fonts in vcons and subsequently resizing screens - drivers can use this by setting VCONS_LOADFONT and WSSCREEN_RESIZE - each vcons screen can now have its own font and geometry - while there, add support for xterm's ESC[18t to report the text buffer's size With this tou can: wsfontload -N foo /usr/share/wscons/fonts/flori.816 wsconsctl -dw font=foo currently this is limited to drivers that don't use the glyph cache, like genfb
Version | Delta | File | |
---|---|---|---|
1.37 | +186 | -65 | sys/dev/wscons/wsdisplay_vcons.c |
1.25 | +5 | -3 | sys/dev/wscons/wsdisplay_vconsvar.h |
+191 | -68 | 2 files |