> > (Any tips for how to get a transcript of these from a running emacs > > process?) > > It's probably not possible without some serious emacs hacking (but I don't > know). You could get the command sequences it outputs by using e.g. > strace and then see which terminfo sequences those match.
I was just pointed to the "term-save" tool here https://github.com/keithw/stm-data/ which allows one to save a log of everything sent and received by a terminal, with timestamps. It's a bit easier to use than strace. I don't know if you knew about this already... Frederick _______________________________________________ rxvt-unicode mailing list [email protected] http://lists.schmorp.de/mailman/listinfo/rxvt-unicode
