add TODO to force_dim_support, not sure this is working

This commit is contained in:
Jorge Morante 2017-10-08 18:50:55 +02:00
parent 34da26ae41
commit 609f046112
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ original_rename_setting=$4
BACKSPACE=$'\177'
# TODO not sure this is truly working
function force_dim_support() {
tmux set -sa terminal-overrides ",*:dim=\\E[2m"
}