Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev/wscons



Module Name:    src
Committed By:   macallan
Date:           Mon Apr 28 07:43:41 UTC 2025

Modified Files:
        src/sys/dev/wscons: wsdisplay_vcons.c

Log Message:
allow to specify the font's height in WSDISPLAYIO_SFONT.
now you can:
/home/ml# wsfontload -l
Gallant 12x22
Droid Sans Mono 10x20
Droid Sans Mono 12x22
Terminal 8x13
HP ROM 10x20
/home/ml# wsconsctl -dw font="Droid Sans Mono@20"
font -> "Droid Sans Mono@20"
/home/ml# wsconsctl -dw font="Droid Sans Mono@22"
font -> "Droid Sans Mono@22"
/home/ml# wsconsctl -dw font="Droid Sans Mono@15"
wsconsctl: WSDISPLAYIO_SFONT: No such file or directory


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 src/sys/dev/wscons/wsdisplay_vcons.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index