aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/xvt5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/xvt b/bin/xvt
index bbe8c3b..07888a6 100755
--- a/bin/xvt
+++ b/bin/xvt
@@ -9,6 +9,11 @@
# Purpose : launch a terminal emulator
#---------------------------------------------------------------
+# allowed parameters, that must be handled by all terminals:
+# -geometry <geometry>
+# -T <title>
+# -e <program>
+
strip_terminal_var() {
if [[ -n "$TERMINAL" ]]; then
if [[ `basename "$TERMINAL"` == "xvt" ]]; then