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.
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.
I cannot find any shortcut for <ctrl>-D in ~/.config/xfce4/terminal/accels.scm, so I assume the xfce4-terminal does not interpret it? (And let it be handle as interrupt?), but not sure where the problem is.

