Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
zsh/curses resize a window
- X-seq: zsh-users 14185
- From: Baptiste Daroussin <baptiste.daroussin@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: zsh/curses resize a window
- Date: Tue, 9 Jun 2009 15:53:47 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:date:from:to:subject :message-id:mime-version:content-type:content-disposition:user-agent; bh=gVvldf7jiST+EUlnk8iSe57/Dtwwi+bw2chp/uPjPjY=; b=q72+f8y5VnKFCvRdkAwqnJC5SLORBVdpLZOUkP0YXJLHwFZhxUfPH0JnGJ+vJlQZ/Y ur1SZzhYoKtknV00TukyCje30DPFXx9/faMUA+JZhwPFRfIcvg+r8CcjEX8PpLYY5Fy8 vhXljAs949E9+NiwU2uRVx9PGQ7VXH9eSOLE4=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; b=OyfmAM2CZgV9TmfyjvNQ4DfbgWmsh7PRA2kKLUtaNXxJ/Qzdk2ekUhaodGTC7QZB0E vn18iRNqV1g998O6mUToDybkXWGTpwI89PFMmDfzTW4a+2INKT9M3jJjv29RwHTLSfZb qZunbADq7P3QPtXkskfSfDMqGAEF3h8TfCZ0I=
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
I'm trying to create a fontend for a script using zsh/curses, it works
perfectly but I can't find a way to resize (nlines/ncols) a given window except
destroying it and recreating it which is quite painful each time one resize its
terminal.
Is there a way to do it?
regards,
Bapt
Messages sorted by:
Reverse Date,
Date,
Thread,
Author