Instance globals changes needed for X11 and gem ports.

This commit is contained in:
Bart House
2018-12-24 16:58:32 -08:00
parent 63628796c1
commit 198e44216e
2 changed files with 8 additions and 9 deletions
+2 -2
View File
@@ -946,8 +946,8 @@ const char *str;
switch (wp->type) {
case NHW_MESSAGE:
(void) strncpy(toplines, str, TBUFSZ); /* for Norep(). */
toplines[TBUFSZ - 1] = 0;
(void) strncpy(g.toplines, str, TBUFSZ); /* for Norep(). */
g.toplines[TBUFSZ - 1] = 0;
append_message(wp, str);
break;
#ifndef STATUS_HILITES