Add note.

This commit is contained in:
Manuel Amador (Rudd-O) 2021-04-29 21:43:42 +00:00
parent 42d7f38abd
commit 5935d3c613
2 changed files with 8 additions and 0 deletions

View File

@ -3,6 +3,10 @@
# xterm-256color seems to be the qubes default
# for gnome-term and Xterm
#
# FIXME: the correct fix is to transmit the TERM
# variable from the client in the send_args()
# function of qvm-pass.
#
export TERM="xterm-256color"
set -e

View File

@ -3,6 +3,10 @@
# xterm-256color seems to be the qubes default
# for gnome-term and Xterm
#
# FIXME: the correct fix is to transmit the TERM
# variable from the client in the send_args()
# function of qvm-pass.
#
export TERM="xterm-256color"
set -e