[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Pythonmac-SIG] resizing terminal and curses
From: |
Thomas Dickey |
Subject: |
Re: [Pythonmac-SIG] resizing terminal and curses |
Date: |
Sun, 19 Mar 2006 09:07:00 -0500 (EST) |
On Sun, 19 Mar 2006, Nicholas Cole wrote:
I'm still trying to investigate this problem with resizing terminals.
...
(xterm) or terminal.app if the terminal is made larger than its
original size - curses refuses to believe it is possible to create a
window larger than the size of the terminal when curses was
initialised.
If ncurses cannot check for the actual screen size (a possible issue
with the compiled-in code depending on SIGWINCH as noted yesterday),
the script shown won't affect ncurses notion of the screen size. It
"should" work to use resizeterm() to tell ncurses that the screen size
has changed.
--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net
- Re: [Pythonmac-SIG] resizing terminal and curses, Nicholas Cole, 2006/03/19
- Re: [Pythonmac-SIG] resizing terminal and curses, Thomas Dickey, 2006/03/19
- Re: [Pythonmac-SIG] resizing terminal and curses,
Thomas Dickey <=
- Re: [Pythonmac-SIG] resizing terminal and curses, Nicholas Cole, 2006/03/20
- Re: [Pythonmac-SIG] resizing terminal and curses, Thomas Dickey, 2006/03/20
- Re: [Pythonmac-SIG] resizing terminal and curses, Nicholas Cole, 2006/03/19
- Re: [Pythonmac-SIG] resizing terminal and curses, Thomas Dickey, 2006/03/19
- Re: [Pythonmac-SIG] resizing terminal and curses, Chris Zubrzycki, 2006/03/20
- Re: [Pythonmac-SIG] resizing terminal and curses, Thomas Dickey, 2006/03/20