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/ncftp2 | |
parent | b1f795d9aaed284a666c5cf452f642a51d1eeda0 (diff) | |
download | ports-fb005dd1443d13c4a4475c144761ba22fa629781.tar.gz ports-fb005dd1443d13c4a4475c144761ba22fa629781.zip |
Notes
Diffstat (limited to 'ftp/ncftp2')
-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; |