Pass data bracketed by printer start-stop codes through to the client terminal or emulator. Am using this here for "printing" to the Windows clipboard.
The first three patches add scaffolding for the fourth patch which actually handles the control sequences. The last two patches are just minor cleanups that aren't related to this feature and could be applied or dropped separately. Am happy to respond to any review comments with updated patches. Thanks, Sean. Patches: Change parameters of the input_set_state() function Alter semantics of the since_ground buffer Send unaltered binary data directly to client Rudimentary support for local printing Minor cleanup of tty_write() function Remove two lines of dead code cmd-if-shell.c | 2 -- input.c | 107 ++++++++++++++++++++++++++++++++++++++++++++++---------- screen-write.c | 12 +++++++ tmux.h | 2 ++ tty.c | 31 ++++++++-------- 5 files changed, 117 insertions(+), 37 deletions(-) -- 1.7.10.4 ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ tmux-users mailing list tmux-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tmux-users