Closed dark-vpr closed 2 months ago
Hello @darkvpier 👋
Is it better if you add this line in your .local
customization file?
set -g default-terminal "screen-256color" #!important
Hello @darkvpier 👋
Is it better if you add this line in your
.local
customization file?set -g default-terminal "screen-256color" #!important
done that, still not working
This is very much related to the value of the TERM
environment variable and I would expect your problem to reproduce without using Oh my tmux!
This is very much related to the value of the
TERM
environment variable and I would expect your problem to reproduce without using Oh my tmux!
The problem exist even if I use Tmux without Oh my tmux! is there a fix for it
I'm sorry I have no idea
Issue description
I'm experiencing an issue where highlighted text during search in msfconsole is not visible when using tmux. It is not limited to Metasploit Framework (msfconsole) but for various tools like the linpeas script.
Information
uname -av
:Linux kali 6.8.11-amd64 #1 SMP PREEMPT_DYNAMIC Kali 6.8.11-1kali2 (2024-05-30) x86_64 GNU/Linux
echo $TERM
:tmux-256color
1.4.0
6.4.18-dev
To reproduce the issue:
Expected:
The search results with highlighted matches should be displayed within the tmux pane.
Error in tmux:
The search results are displayed, but the highlighted text for matches is not visible.