Is there a way to save the scrollback buffer to a file in urxvt?

Alternatively: Is there a way to copy the scrollback buffer to the X clipboard?

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

Check out:

  1. man -s1 urxvt
    read about print-pipe

  2. man -s7 urxvt
    read about ESC ] Ps;Pt ST, when Ps=55

link|improve this answer
Awesome! I'm completely happy with print-pipe, so I didn't check the escape sequence, which is looking a little confusing... – nidi Mar 9 '10 at 21:11
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.