Mailinglist Archive: opensuse-bugs (14787 mails)

< Previous Next >
[Bug 199256] ncurses interface a little "flaky"
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Thu, 23 Nov 2006 05:17:57 -0700 (MST)
  • Message-id: <20061123121757.F12B9F48@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=199256





------- Comment #33 from dickey@xxxxxxx 2006-11-23 05:17 MST -------
Unspecified numbers are stored as -1'. The chunk we're talking about,
was (in 5.5 release and before) simply

UpdateAttrs(normal);

without any if-statement. The point of the change was to preserve the
5.5 behavior for terminals which do not have xmc set, and to handle a
special case for xmc#0 which appears in hpterm. I made several small
fixes to handle hpterm, and it's working reasonably well (not perfect,
but usable). To make that perfect, there's some ugly code needed to
work around an attribute-reset in mvcur.c

There may be some place in the ifdef'd logic which behaves different -
that's the point of the bug report. But I don't think it's in this
place.


--
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 >