Package: lpe Version: 1.2.6.12 Severity: minor Tags: patch
When using lpe for writing mails the signature color is unreadable dark (gray on black). Though it might be pretty visible within a xterm, it's hard to even notice it on the console (vt, tty1...) I suggest setting the color to red (or lightred/brightred). The included patch sets the color to red. -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i586) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.11 Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1) Versions of packages lpe depends on: ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an ii libncurses5 5.4-9 Shared libraries for terminal hand ii libslang2 2.0.4-2 The S-Lang programming library - r lpe recommends no packages. -- no debconf information
--- lpe-1.2.6.12/src/modes/mailmode.c 2001-06-20 11:45:56.000000000 +0200 +++ lpe-new/src/modes/mailmode.c 2005-08-16 09:18:53.000000000 +0200 @@ -51,7 +51,7 @@ #define COLOR_QUOTE2_BG "black" #define COLOR_SIG 4 -#define COLOR_SIG_FG "gray" +#define COLOR_SIG_FG "red" #define COLOR_SIG_BG "black" int mode_accept(buffer *buf)

