- Fix iconv() arguments to make conversions correct.
- Add an application name for readline. It allows to set options for readline
from user config files*. And enable history.
* example ~/.inputrc:
$if ysm
set editing-mode emacs
set horizontal-scroll-mode off
$endif
PR: ports/119447
Submitted by: Eugene Grosbein <eugen at kuzbass.ru>
recoding support.
YSM (You Sick Me) v7 is an ICQ console client. It was originally meant to
run in Linux, but it has been successfully tested in FreeBSD, Win32, BeOS,
and QNX. YSM is based on the last ICQ protocol version, v7/8.
WWW: http://ysmv7.sourceforge.net/
PR: 38650
Submitted by: vampiro@rootshell.ru (MAINTAINER)