tags 720134 + patch
tags 720134 + confirmed
tags 720134 + upstream
stop
----------------------------------------------------------------------
Hello,
A user of netrik reported this bug :
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=720134
and I have made a patch to fix embedded documentation in screen.c for
--monochrome / --bw option.
Can you integrated it please ?
Thanks for yours help.
Regards,
--
Stéphane Aulery
--- screen.c.old 2014-11-20 23:15:47.267948029 +0100
+++ screen.c.new 2014-11-20 23:17:12.048362499 +0100
@@ -138,7 +138,7 @@
setab=tigetstr("setab"); /* background color */
if(setaf==NULL || setab==NULL) {
cfg.color=0;
- fprintf(stderr, "Can't get color capabilities -- starting in monochrome mode.\n\nIf this is what you want, use --monochrome option to suppress this warning. Otherwise, please check your $TERM environment variable. (See README for details.)\n\nPress <return> to continue.\n");
+ fprintf(stderr, "Can't get color capabilities -- starting in monochrome mode.\n\nIf this is what you want, use --bw option to suppress this warning. Otherwise, please check your $TERM environment variable. (See README for details.)\n\nPress <return> to continue.\n");
getchar();
}