1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/ftp/ncftp2/files/patch-aa

14 lines
463 B
Plaintext
Raw Normal View History

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