aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-11-26 20:06:42 +0800
committerache <ache@FreeBSD.org>1994-11-26 20:06:42 +0800
commitd67132889b3490c0a6377637160365ad61bcf6d5 (patch)
tree1005ad07ca9350b57a32acf77d76e008942f7622
parentcb4ca9a8c3f84bf3932dd47fccebdeae642f1995 (diff)
downloadfreebsd-ports-gnome-d67132889b3490c0a6377637160365ad61bcf6d5.tar.gz
freebsd-ports-gnome-d67132889b3490c0a6377637160365ad61bcf6d5.tar.zst
freebsd-ports-gnome-d67132889b3490c0a6377637160365ad61bcf6d5.zip
Restore incorrectly deleted patch. It seems that we have bad tradition
to delete patches which don't apply directly. Please do it only if you completely understand, what you do, or contact with original porter at least.
-rw-r--r--ftp/ncftp2/files/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/ftp/ncftp2/files/patch-aa b/ftp/ncftp2/files/patch-aa
new file mode 100644
index 000000000000..3ba8b48c4dd3
--- /dev/null
+++ b/ftp/ncftp2/files/patch-aa
@@ -0,0 +1,13 @@
+*** lib_vidattr.c.bak Fri Oct 7 11:58:52 1994
+--- lib_vidattr.c Thu Nov 24 18:05:47 1994
+***************
+*** 64,69 ****
+--- 64,71 ----
+ T(("previous attribute was %s", _traceattr(previous_attr)));
+
+ if (newmode == A_NORMAL && exit_attribute_mode) {
++ if((previous_attr & A_ALTCHARSET) && exit_alt_charset_mode)
++ tputs(exit_alt_charset_mode, 1, outc);
+ tputs(exit_attribute_mode, 1, outc);
+ current_pair = -1;
+ goto set_color;