Re: Freezing the input state machine

2011-01-25 Thread Micah Cowan
You can also type (say) "echo -e '\e\\'" blindly. You're still getting a prompt, it's just being sent to the window title, like everything else. \e\\ (and its equivalent \e]0;) is a pretty special case, though, I doubt there are other sequences that can freeze up the term so solidly. They're speci

Re: Freezing the input state machine

2011-01-25 Thread Nicholas Marriott
Oh and you can also get the pty /dev node from "tmux info" and send a \033 to it :-). On Tue, Jan 25, 2011 at 10:24:57PM +, Nicholas Marriott wrote: > Well, it doesn't really freeze tmux, it input from one pane. > > We used to abort the sequence when the buffer was full but now we have > INP

Re: Freezing the input state machine

2011-01-25 Thread Nicholas Marriott
Well, it doesn't really freeze tmux, it input from one pane. We used to abort the sequence when the buffer was full but now we have INPUT_DISCARD. Could get rid of that but it would need some way to throw a state change back up. You can do it if you like but if not IMO it is enough to say "don't d