Source-Changes archive

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

CVS commit: src/sys/dev



Module Name:    src
Committed By:   macallan
Date:           Wed Jan 11 15:52:32 UTC 2012

Modified Files:
        src/sys/dev/rasops: files.rasops rasops.c rasops.h
        src/sys/dev/wsfont: wsfont.c wsfont.h

Log Message:
make rasops_init()'s font selection code a bit less boneheaded by:
- actually trying to pick a font which gets as close as possible to the
  requested terminal size
- accepting 0,0 as 'use system default' which can be changed by
   options RASOPS_DEFAULT_WIDTH=100
   options RASOPS_DEFAULT_HEIGHT=30
  default is 80x25
- putting alpha and bitmap fonts in the same list and making wsfont_find()
  aware of wether we support alpha fonts or not
- if supported, prefer alpha fonts over otherwise equally suitable bitmap
  fonts


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/dev/rasops/files.rasops
cvs rdiff -u -r1.69 -r1.70 src/sys/dev/rasops/rasops.c
cvs rdiff -u -r1.29 -r1.30 src/sys/dev/rasops/rasops.h
cvs rdiff -u -r1.52 -r1.53 src/sys/dev/wsfont/wsfont.c
cvs rdiff -u -r1.23 -r1.24 src/sys/dev/wsfont/wsfont.h

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