This commit is contained in:
Anselm R Garbe 2008-03-13 10:24:02 +00:00
parent 2fc9cffdeb
commit 8aa1533879
1 changed files with 2 additions and 0 deletions

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("[]=");
}