Skip to main content
added 177 characters in body
Source Link

I am using xfce terminal on one side of screen, and many tabs. But when I want to use EOF interupt (aka <ctrl>-<Shift>-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>-<Shift>-D: enter image description here

after <ctrl>-<Shift>-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>-<Shift>-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. Again - I do not want do disable EOF terminal at all, but rather disable to shift of the tab (where it was triggered) to another part of screen. Thanks in advance!

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!

I am using xfce terminal on one side of screen, and many tabs. But when I want to use EOF interupt (aka <ctrl>-<Shift>-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>-<Shift>-D: enter image description here

after <ctrl>-<Shift>-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>-<Shift>-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. Again - I do not want do disable EOF terminal at all, but rather disable to shift of the tab (where it was triggered) to another part of screen. Thanks in advance!

Source Link

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!