update
This commit is contained in:
parent
2fc9cffdeb
commit
8aa1533879
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue