diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-08-26 16:50:05 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-08-26 16:50:05 +0000 |
commit | 669d6283aba92a6e2173b0f44be6d1d65a3cd554 (patch) | |
tree | 634c734cdfa42ca5a2aebcf1e057095728be1a8a /bin | |
parent | 6ec0ed53ec4d6b5e9ef96deeec8fd5113cc5ccf7 (diff) | |
download | common-data-669d6283aba92a6e2173b0f44be6d1d65a3cd554.tar common-data-669d6283aba92a6e2173b0f44be6d1d65a3cd554.tar.gz common-data-669d6283aba92a6e2173b0f44be6d1d65a3cd554.tar.bz2 common-data-669d6283aba92a6e2173b0f44be6d1d65a3cd554.tar.xz common-data-669d6283aba92a6e2173b0f44be6d1d65a3cd554.zip |
document the options that are handled by xvt
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/xvt | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |