Browse Source

update

master
Anselm R Garbe 17 years ago
parent
commit
8aa1533879
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      config.anselm.h

+ 2
- 0
config.anselm.h View File

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


Loading…
Cancel
Save