Add a whole slew of system variables to customize language.

This commit is contained in:
Dianne Skoll
2022-03-20 09:53:31 -04:00
parent a7e73cdac8
commit bb8a689186
3 changed files with 30 additions and 30 deletions
+1 -1
View File
@@ -154,7 +154,7 @@ void InitRemind(int argc, char const *argv[])
if (FormWidth > 500) FormWidth = 500;
}
}
/* Initialize global dynamic buffers */
DBufInit(&Banner);
DBufInit(&LineBuffer);