diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-11-26 12:06:42 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-11-26 12:06:42 +0000 |
commit | fb005dd1443d13c4a4475c144761ba22fa629781 (patch) | |
tree | ee26b42704cbb3cfa0c395bb52247241fd5d082c /ftp | |
parent | Update to 2.0b5 (diff) |
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.
Notes
Notes:
svn path=/head/; revision=509
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/ncftp2/files/patch-aa | 13 |
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; |