mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-29 21:39:24 +00:00
14 lines
339 B
Plaintext
14 lines
339 B
Plaintext
*** kvt/xsetup.c.orig Tue Mar 30 17:23:20 1999
|
|
--- kvt/xsetup.c Tue Jun 22 21:50:56 1999
|
|
***************
|
|
*** 228,233 ****
|
|
--- 228,235 ----
|
|
char *terminal = NULL;
|
|
display_name = getenv("DISPLAY");
|
|
|
|
+ reg_font_handles[DEFAULT_FONT] = 0;
|
|
+
|
|
screen = DefaultScreen(display);
|
|
colormap = DefaultColormap(display, screen);
|
|
|