Nicholas Marriott

Results 56 comments of Nicholas Marriott

> If you mean the sixel passthrough (or the transcoding of other formats like iTerm/kitty into sixel and vice-versa), that would be a very acceptable compromise, as some of that...

Oh, turns out I didn't actually delete the branches...

I tried to test your sixel-tmux build but it won't build with clang on macOS and after building with gcc-11 it crashes on startup... I'm not sure why because it...

There is no point in getting complicated with passthough since it would not happen if tmux understood SIXEL itself. It just can't happen by default. SIXEL is slow because there...

Control mode is a text protocol that allows a program to provide its own interface to tmux, it is in no way a requirement to use tmux. Basically tmux provides...

Easy to add, you can basically copy `no-apop`.

Maybe try something like this, although last time I was asked about anything like this it turned out the terminal was sending the response twice, so you would want to...

input_parse is data from the pty inside tmux so will not necessarily reflect what tmux itself is receiving from the terminal, although in this case it may be split in...

There looks to be 16 milliseconds between the first part of the escape sequence and the end, so I'd say you will need an `escape-time` of 20 or more for...

This came up somewhere else relatively recently so I wrote this page https://github.com/tmux/tmux/wiki/Control-Mode which gives a description of control mode. Control mode was written for iTerm2 and in some ways...