(12/21/2010 12:26 PM), Dan Tulovsky wrote:
> Hmm.. so I mapped it back to the default, but it doesn't actually
> work.  As far as I can tell, nothing happens.  The currently broken
> terminal (after a reboot via serial console of the remote server) is
> not scrolling.  All output is on the very last line and stays there.
> 
> C-b ?  shows
> 
> r: refresh-client
> 
> I've also tried typing it in as a command:
> 
> C-b :
> 
> : refresh-client
> 
> same story.
> 
> any ideas?

Maybe I misunderstood what you wanted... "refresh-client" simply redraws
the screen; but maybe you wanted to reset a pane's state to it's initial
settings, (like running the command-line "reset" command; also, screen's
C-a r doesn't do a reset or a refresh, it toggles screen's linewrap
settings). If you want "reset"-command like behavior, screen uses C-a Z
for that. I don't actually know of a way to do it in tmux, though. If
you can find out the tty file for that pane, then you could issue the
shell command (perhaps via tmux's "run-shell" command):

  tmux -Tscreen reset > /dev/pts/FOO

-- 
Micah J. Cowan
http://micah.cowan.name/

------------------------------------------------------------------------------
Forrester recently released a report on the Return on Investment (ROI) of
Google Apps. They found a 300% ROI, 38%-56% cost savings, and break-even
within 7 months.  Over 3 million businesses have gone Google with Google Apps:
an online email calendar, and document program that's accessible from your 
browser. Read the Forrester report: http://p.sf.net/sfu/googleapps-sfnew
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to