Mailinglist Archive: opensuse-bugs (14787 mails)
| < Previous | Next > |
[Bug 199256] ncurses interface a little "flaky"
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Wed, 22 Nov 2006 18:42:11 -0700 (MST)
- Message-id: <20061123014211.42A6525C88D@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=199256
------- Comment #31 from dickey@xxxxxxx 2006-11-22 18:42 MST -------
As I noted in #29, my comment in #28 was not correct...
>The last patchlevel in SUSE ncurses is 5.5-20060513, so the check for
This is my comment on the fix:
revision 1.236
date: 2006/07/02 00:35:56; author: tom; state: Exp; lines: +2 -2
that magic-cookie fix in 20060513 broke colors when I was doing
xterm -e test/view -c Makefile
and resized the screen.
That's the last change I made to that chunk. Reading the thread,
it's after the last change in your snapshot.
Regarding the terminfo: 'linux' terminfo doesn't use magic cookies.
Those are a flag that tells curses how many cells are reserved when
switching video attributes. It would be possible to run ncurses
apps on something like hpterm, but without the magic cookie code
in ncurses, that would require some application workarounds - which
would have broken once ncurses fixes things.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Comment #31 from dickey@xxxxxxx 2006-11-22 18:42 MST -------
As I noted in #29, my comment in #28 was not correct...
>The last patchlevel in SUSE ncurses is 5.5-20060513, so the check for
This is my comment on the fix:
revision 1.236
date: 2006/07/02 00:35:56; author: tom; state: Exp; lines: +2 -2
that magic-cookie fix in 20060513 broke colors when I was doing
xterm -e test/view -c Makefile
and resized the screen.
That's the last change I made to that chunk. Reading the thread,
it's after the last change in your snapshot.
Regarding the terminfo: 'linux' terminfo doesn't use magic cookies.
Those are a flag that tells curses how many cells are reserved when
switching video attributes. It would be possible to run ncurses
apps on something like hpterm, but without the magic cookie code
in ncurses, that would require some application workarounds - which
would have broken once ncurses fixes things.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
| < Previous | Next > |