diff options
Diffstat (limited to 'chat/bitchx/patches/patch-ad')
-rw-r--r-- | chat/bitchx/patches/patch-ad | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/chat/bitchx/patches/patch-ad b/chat/bitchx/patches/patch-ad deleted file mode 100644 index 63d05ef75c4..00000000000 --- a/chat/bitchx/patches/patch-ad +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ad,v 1.3 2004/11/26 11:38:14 adam Exp $ - ---- source/screen.c.orig 2003-07-31 07:01:08.000000000 +0000 -+++ source/screen.c -@@ -2974,6 +2974,8 @@ static char retbuf[512]; - - if (back == 58) - strcat(retbuf, current_term->TI_sgrstrs[TERM_SGR_BLINK_ON - 1]); -+ if (fore > 57) -+ fore = last_fore; - if (fore > -1) - strcat(retbuf, current_term->TI_forecolors[fore_conv[fore]]); - if (back > -1 && back < 58) |