Suppose my Emacs frame looks like this:
.-------------.
|a |b |
| | |
| | |
| |------|
| |c |
| | |
| | |
'-------------'
Is is possible now to open another window below all other windows to get the frame that looks like the one below?
.-------------.
|a |b |
| | |
| |------|
| |c |
| | |
|-------------|
|d |
'-------------'