summaryrefslogtreecommitdiffstats
path: root/sys/dev/syscons/syscons.h
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2003-08-24 04:04:44 +0000
committerjake <jake@FreeBSD.org>2003-08-24 04:04:44 +0000
commitcdf6135faf5691df98905addfa24f8631d437d87 (patch)
tree7dc797dd51d061d7bcd66e5b9e06e69a5d5a7ee0 /sys/dev/syscons/syscons.h
parentfd03c93639090053d125e3214ed386717425c7bb (diff)
downloadFreeBSD-src-cdf6135faf5691df98905addfa24f8631d437d87.zip
FreeBSD-src-cdf6135faf5691df98905addfa24f8631d437d87.tar.gz
- Add a font width field to struct scr_stat. Use this instead of '8'.
- Use the values in the video info for the font size and width instead of second guessing.
Diffstat (limited to 'sys/dev/syscons/syscons.h')
-rw-r--r--sys/dev/syscons/syscons.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/syscons/syscons.h b/sys/dev/syscons/syscons.h
index 8bb73c4..217e50c 100644
--- a/sys/dev/syscons/syscons.h
+++ b/sys/dev/syscons/syscons.h
@@ -272,6 +272,7 @@ typedef struct scr_stat {
u_char *font; /* current font */
int font_size; /* fontsize in Y direction */
+ int font_width; /* fontsize in X direction */
int start; /* modified area start */
int end; /* modified area end */
OpenPOWER on IntegriCloud