Package: libncurses5
Version: 5.5-1
Severity: minor
Hi,
While still poking about re the other bug I just reported,
I noticed this (also in init_pair):
if (initialize_pair) {
const color_t *tp = hue_lightness_saturation ? hls_palette :
cga_palette;
T(("initializing pair: pair = %d, fg=(%d,%d,%d), bg=(%d,%d,%d)",
pair,
tp[f].red, tp[f].green, tp[f].blue,
tp[b].red, tp[b].green, tp[b].blue));
if (initialize_pair) {
TPUTS_TRACE("initialize_pair");
putp(tparm(initialize_pair,
pair,
tp[f].red, tp[f].green, tp[f].blue,
tp[b].red, tp[b].green, tp[b].blue));
}
}
surely nothing changes the value of initialize_pair (anymore?)
between the first test and the second...
Ron
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages libncurses5 depends on:
ii libc6 2.3.5-7 GNU C Library: Shared libraries an
Versions of packages libncurses5 recommends:
ii libgpmg1 1.19.6-21.1 General Purpose Mouse - shared lib
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]