idk im having this issue for a long time. itd be nice to have this fixed.

thanks

Edit: I that doesnt help:

  • term=xterm-... in shell config
  • set-option -ga terminal-overrides ",xterm-256color:Tc" in tmux config

solution:

thanks to mazadin for the solution.

im using foo terminal, so setting set-option -ga terminal-overrides ",foot:Tc" in tmux.config fixed it. (yeah im dumb)

  • mazadin@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    4 days ago

    Try this in tmux.conf:

    set-option -ga terminal-overrides ",foot:Tc"
    

    These overrides apply to the TERM you are using outside of tmux (where this is running).