Re: Send a reset?

2010-12-23 Thread Nicholas Marriott
pens.  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 > >> >> > >> &g

Re: Send a reset?

2010-12-23 Thread Dan Tulovsky
gt; any ideas? >> >> >> >> dan >> >> >> >> On Tue, Dec 21, 2010 at 3:07 PM, Dan Tulovsky wrote: >> >> > Well I'll be.. having this: >> >> > >> >> > bind r source-file ~/.tmux.conf >> >>

Re: Send a reset?

2010-12-23 Thread Nicholas Marriott
t; any ideas? > >> > >> dan > >> > >> On Tue, Dec 21, 2010 at 3:07 PM, Dan Tulovsky wrote: > >> > Well I'll be.. having this: > >> > > >> > bind r source-file ~/.tmux.conf > >> > > >>

Re: Send a reset?

2010-12-23 Thread Nicholas Marriott
On Thu, Dec 23, 2010 at 11:21:31AM -0800, Micah Cowan wrote: > On 12/23/2010 11:11 AM, Nicholas Marriott wrote: > > You mean a command to make like the output came from the application > > inside tmux? > > Yes, exactly! :) It wouldn't be hard to add, but apart from the reset thing do you have any

Re: Send a reset?

2010-12-23 Thread Micah Cowan
On 12/23/2010 11:11 AM, Nicholas Marriott wrote: > You mean a command to make like the output came from the application > inside tmux? Yes, exactly! :) -- Micah J. Cowan http://micah.cowan.name/ -- Learn how Oracle Real

Re: Send a reset?

2010-12-23 Thread Nicholas Marriott
Maybe a -R argument to send-keys? Still doesn't really fit... It can do the same as RIS easily. I don't know if tcsetattr() on the master side of the pty works but if it does that'd be cool too. On Thu, Dec 23, 2010 at 07:11:46PM +, Nicholas Marriott wrote: > On Thu, Dec 23, 2010 at 10:58:04

Re: Send a reset?

2010-12-23 Thread Nicholas Marriott
On Thu, Dec 23, 2010 at 10:58:04AM -0800, Micah Cowan wrote: > On 12/23/2010 10:49 AM, Dan Tulovsky wrote: > > > On Tue, Dec 21, 2010 at 3:56 PM, Nicholas Marriott > >> There is no reason we couldn't have a command (or an argument to > >> refresh-client) to output rs0 etc but frankly reset(1) gene

Re: Send a reset?

2010-12-23 Thread Micah Cowan
On 12/23/2010 10:49 AM, Dan Tulovsky wrote: > On Tue, Dec 21, 2010 at 3:56 PM, Nicholas Marriott >> There is no reason we couldn't have a command (or an argument to >> refresh-client) to output rs0 etc but frankly reset(1) generally does a >> better job of it. It can't do a better job of it _insi

Re: Send a reset?

2010-12-23 Thread Dan Tulovsky
ec 21, 2010 at 3:07 PM, Dan Tulovsky wrote: >> > Well I'll be.. having this: >> > >> > bind r source-file ~/.tmux.conf >> > >> > sorta breaks that. :) >> > >> > thanks much >> > dan >> > >> > On Tue, D

Re: Send a reset?

2010-12-21 Thread Nicholas Marriott
07 PM, Dan Tulovsky wrote: > > Well I'll be.. having this: > > > > bind r source-file ~/.tmux.conf > > > > sorta breaks that. :) > > > > thanks much > > dan > > > > On Tue, Dec 21, 2010 at 3:00 PM, Micah Cowan wrote: > >&

Re: Send a reset?

2010-12-21 Thread Micah Cowan
(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 las

Re: Send a reset?

2010-12-21 Thread Dan Tulovsky
much > dan > > On Tue, Dec 21, 2010 at 3:00 PM, Micah Cowan wrote: >> (12/21/2010 11:27 AM), Dan Tulovsky wrote: >>> Is there a way to send a Reset in tmux?  Sometimes (for example, when >>> using serial consoles) the terminal gets screwed up and the only way >&g

Re: Send a reset?

2010-12-21 Thread Micah Cowan
(12/21/2010 11:27 AM), Dan Tulovsky wrote: > Is there a way to send a Reset in tmux? Sometimes (for example, when > using serial consoles) the terminal gets screwed up and the only way > to fix it is to reset it. > > This is +R in Terminal on the Mac. I think it's just C-a r

Re: Send a reset?

2010-12-21 Thread Dan Tulovsky
Well I'll be.. having this: bind r source-file ~/.tmux.conf sorta breaks that. :) thanks much dan On Tue, Dec 21, 2010 at 3:00 PM, Micah Cowan wrote: > (12/21/2010 11:27 AM), Dan Tulovsky wrote: >> Is there a way to send a Reset in tmux?  Sometimes (for example, when >> u

Send a reset?

2010-12-21 Thread Dan Tulovsky
Is there a way to send a Reset in tmux? Sometimes (for example, when using serial consoles) the terminal gets screwed up and the only way to fix it is to reset it. This is +R in Terminal on the Mac. I think it's just C-a r in screen. thank