I am using xfce terminal on one side of screen, and many tabs. But when I want to use EOF interupt (aka `<ctrl>-D`), then the tab will remove its position from that side of screen to the other (see image below), I have even try to `set -o ignoreeof` but to no avail. Before `<ctrl>-D`: [![enter image description here][1]][1] after `<ctrl>-D`: [![enter image description here][2]][2] As you can see, the first tab `Terminal` will get off the right side of screen to the other, only because of `<ctrl>-D`. Is there a way to fix this bug? (that is -> the tab where is EOF interupt triggered (`Terminal` in my case), will stay at its position (will be fixed), without moving randomly on the screen)? This is really annoying. Thanks in advance! [1]: https://i.sstatic.net/c9qFj.png [2]: https://i.sstatic.net/2MWlN.png