diff options
Diffstat (limited to 'bin/xvt')
-rwxr-xr-x | bin/xvt | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -55,6 +55,11 @@ if [[ -z "$TERMINAL" ]]; then fi if [[ -n "$TERMINAL" ]]; then + # keep the same behaviour between all terminals + if [[ "`basename ${TERMINAL%% *}`" = "konsole" ]]; then + TERMINAL="$TERMINAL --nofork" + fi + exec $TERMINAL "$@" else echo "no terminal emulator detected" |