Skip to main content
1 of 2

How to disable to move one terminal tab by EOF (ctr-d) interupt on xfce terminal?

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

after <ctrl>-D: enter image description here

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!