base16-fish icon indicating copy to clipboard operation
base16-fish copied to clipboard

Use printf escape tokens for ESC and BEL

Open qstrahl opened this issue 6 years ago • 1 comments
trafficstars

Don't ask me why, but without using the printf shorthand for these escape sequences, I was getting all kinds of garbage text printed in each new window, among other rendering weirdness. In theory, there should be no difference between using these shorthand tokens and using the numeric literals, but this fixed the issue for me so... ¯\_(ツ)_/¯

For reference, my versions (though I didn't test on others):

❯ fish --version ; tmux -V
fish, version 3.0.2
tmux 2.9a

qstrahl avatar Aug 25 '19 21:08 qstrahl

Sorry for such a long delay! I didn't get any notification from this repo and totally forgot about it. With that, I'm not sure why/whether this issue still happens, i.e., on recent versions of fish/tmux. Let me know if you have any updates.

tomyun avatar May 23 '21 06:05 tomyun