Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: do I win the "most pointless use of ZSH" award? ;)



On Apr 30,  3:23pm, Geoff Raye wrote:
> Subject: Re: do I win the "most pointless use of ZSH" award? ;)
> 
> COLUMNS and LINES aren't immediately updated for me when I change text
> mode resolutions.

So changing resolutions doesn't send the process a SIGWINCH?

> Is there something I should do to make them as reliable as the tput
> values?

	precmd() { kill -SIGWINCH $$ }

though that's probably overkill (nyuk nyuk nyuk).



Messages sorted by: Reverse Date, Date, Thread, Author