Nicholas Marriott
Nicholas Marriott
Sounds great, let me know if you add it.
Someone asked me about this the other day in another context (and I had completely forgotten about how it works!) - it may be helpful to look at https://invisible-island.net/xterm/ctlseqs/ctlseqs.html#h2-PC-Style-Function-Keys and...
The problem seems like your terminal, font and/or libc disagreeing about the width of the Unicode codepoints you are using for the weather symbols. You could try rebuilding tmux with...
It is not about general support for UTF-8 it is about the widths of the characters, if tmux and the terminal have different ideas about the width of characters that...
Right, but I don't know what weather icons are, can you copy and paste one of them here?
I see the same problem on OS X, libc doesn't know the width of this symbol so tmux assumes it is width 1. If you run for example `tmux -Ltest...
I think you will have trouble actually if st is also using wcwidth(), so you may need to use a different terminal.
If you look for `top_bit` you will see the width tmux is using: ~~~~ $ grep top_bit tmux-server-*.log 1588599649.505904 input_top_bit_set 3 '\342\233\205' (width 2) ~~~~ If tmux is using width...
Show tmux server log please.
It appears this application is setting the palette with OSC 4: ~~~~ 1632811200.809663 input_exit_osc: "4;8;rgb:F7/F7/F1" (end ST) 1632811200.809704 input_exit_osc: "4;9;rgb:21/20/21" (end ST) 1632811200.809720 input_exit_osc: "4;10;rgb:FE/94/7F" (end ST) 1632811200.809735 input_exit_osc: "4;11;rgb:89/FE/7F"...