Hmm. How much of the core would need to be changed to support this? Maybe I can try to fork and try to add this in.
Can I get some tmux dev docs. The file structure is pretty much flat. A highlevel overview would be really nice. The main use case I want to have for this is basically meta syntax highlighting, something akin to what mobaxterm on windows provide. Going through log files/config files on plain vi on remote machines is hard on the eyes. Want to be able to add color based on simple regex.
Making it part of tmux or a using a tmux plugin for this instead of relying on a terminal emulator providing it would make it emulator agnostic for the most part. But honestly I just want to add it in because it is going to be useful to me.
Thanks.