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.
This commit is contained in:
Andrey A. Chernov 1994-11-26 12:06:42 +00:00
parent b1f795d9aa
commit fb005dd144
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=509

13
ftp/ncftp2/files/patch-aa Normal file
View File

@ -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;