Anselm R Garbe %!s(int64=17) %!d(string=hai) anos
pai
achega
8aa1533879
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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("[]=");
 }