I'm in the process of switching from multiple tabs in iTerm to one GNU screen
session. In iTerm, I can look at a file with less
and the content of the terminal is restored when I quit less
. In GNU screen
, the previous contents get overwritten by the content of the file I looked at in less
. Is there some way to change this?
views:
237answers:
1thanks a lot, this does exactly what I want :)
biocs
2009-05-18 08:11:27