Re: terminal resize: how?

Havoc Pennington <[email protected]> 26 Apr 2002 17:58:00 -0400
Newsgroups gmane.comp.gnome.lib.devel
Message-ID <[email protected]>
Cristiano De Michele <[email protected]> writes:
> 
> because there are escape sequences (xterm sequences) 
> to do that and I can't implement them properly 
> if I can't resize the terminal in zvtterm.c 
> I could imagine some dirty way to do that, for example
> using the "terminal-screen" gtk data of terminal
> widget...unless you have some suggestion
> 

I agree with Owen that it should be done as a signal on the ZvtTerm
widget. But this does seem like a silly feature.

Havoc