Anselm R Garbe преди 17 години
родител
ревизия
8aa1533879
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      config.anselm.h

+ 2 - 0
config.anselm.h

@@ -78,12 +78,14 @@ setanselmgeoms(void) {
 void
 anselmgeoms(const char *arg) {
 	setgeoms = setanselmgeoms;
+	setgeoms();
 	setlayout("[]|");
 }
 
 void
 defgeoms(const char *arg) {
 	setgeoms = setdefaultgeoms;
+	setgeoms();
 	setlayout("[]=");
 }