artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5346fb
)
Increase WSFONT_NAME_SIZE size, this will allow storing longer font
author
fcambus
<fcambus@openbsd.org>
Tue, 13 Jun 2017 08:00:24 +0000
(08:00 +0000)
committer
fcambus
<fcambus@openbsd.org>
Tue, 13 Jun 2017 08:00:24 +0000
(08:00 +0000)
names in wsdisplay_font structures.
OK deraadt@
sys/dev/wscons/wsconsio.h
patch
|
blob
|
history
diff --git
a/sys/dev/wscons/wsconsio.h
b/sys/dev/wscons/wsconsio.h
index
121ef0d
..
b3e5add
100644
(file)
--- a/
sys/dev/wscons/wsconsio.h
+++ b/
sys/dev/wscons/wsconsio.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: wsconsio.h,v 1.8
1 2017/06/06 19:47:22 bru
Exp $ */
+/* $OpenBSD: wsconsio.h,v 1.8
2 2017/06/13 08:00:24 fcambus
Exp $ */
/* $NetBSD: wsconsio.h,v 1.74 2005/04/28 07:15:44 martin Exp $ */
/*
@@
-54,7
+54,7
@@
#define WSSCREEN_NAME_SIZE 16
#define WSEMUL_NAME_SIZE 16
-#define WSFONT_NAME_SIZE
16
+#define WSFONT_NAME_SIZE
32
/*
* Common event structure (used by keyboard and mouse)