mc/slang
Andrew V. Samoilov 5c83819e50 * sldisply.c (SLtt_initialize): Fix typo. Change Is_Bg_BGR
to Is_Fg_BGR.  (SLtt_goto_rc): Disable cursor movement optimizations
        for qansi-m consoles. Needed on QNX Neutrino. (SLtt_initialize): Init
        QANSI_Console variable. (SLtt_erase_line): Use tt_write() instead
        tt_write_string(). (SLtt_cls): Use tt_write() instead tt_write_string().
        (SLtt_tgetstr): Fix warning.
        * slmisc.c: Trimmed down for use in GNU Midnight Commander.
        * sltermin.c (_pSLtt_tigetent): Avoid strncpy, home_ti is 1K long and
        obody really needs it whole cleared. Fix possible off-by-one error.
        * include/slang.h: Define __unix__ if __MACH__, __NetBSD__,  _AIX is
        defined.
2006-01-13 19:49:23 +00:00
..
include * sldisply.c (SLtt_initialize): Fix typo. Change Is_Bg_BGR 2006-01-13 19:49:23 +00:00
.cvsignore Add .deps 2001-10-29 06:27:31 +00:00
ChangeLog * sldisply.c (SLtt_initialize): Fix typo. Change Is_Bg_BGR 2006-01-13 19:49:23 +00:00
Makefile.am * slvideo.c: Remove, it's only used by the obsolete PC port. 2005-11-29 01:15:09 +00:00
README slang/*: Upgrade internal slang to 2.0.5. 2005-11-12 19:47:49 +00:00
slcommon.c 2005-11-16 Roland Illig <roland.illig@gmx.de> 2005-11-16 08:45:21 +00:00
sldisply.c * sldisply.c (SLtt_initialize): Fix typo. Change Is_Bg_BGR 2006-01-13 19:49:23 +00:00
slerr.c slang/*: Upgrade internal slang to 2.0.5. 2005-11-12 19:47:49 +00:00
slgetkey.c slang/*: Upgrade internal slang to 2.0.5. 2005-11-12 19:47:49 +00:00
sllower.c slang/*: Upgrade internal slang to 2.0.5. 2005-11-12 19:47:49 +00:00
slmisc.c * sldisply.c (SLtt_initialize): Fix typo. Change Is_Bg_BGR 2006-01-13 19:49:23 +00:00
slsignal.c slang/*: Upgrade internal slang to 2.0.5. 2005-11-12 19:47:49 +00:00
slsmg.c slang/*: Upgrade internal slang to 2.0.5. 2005-11-12 19:47:49 +00:00
slstring.c slang/*: Upgrade internal slang to 2.0.5. 2005-11-12 19:47:49 +00:00
sltermin.c * sldisply.c (SLtt_initialize): Fix typo. Change Is_Bg_BGR 2006-01-13 19:49:23 +00:00
slupper.c slang/*: Upgrade internal slang to 2.0.5. 2005-11-12 19:47:49 +00:00
slutf8.c slang/*: Upgrade internal slang to 2.0.5. 2005-11-12 19:47:49 +00:00
slutty.c slang/*: Upgrade internal slang to 2.0.5. 2005-11-12 19:47:49 +00:00
slwcwidth.c slang/*: Upgrade internal slang to 2.0.5. 2005-11-12 19:47:49 +00:00

This is the S-Lang library, version 2.0.5.  It has been radically
stripped down to remove functions that are either unused by the Midnight
Commander or already provided by the glib library.  The complete
distribution can be downloaded from:

http://www.s-lang.org/

The sources in this directory are only used if you don't have the S-Lang
library installed on your system or if you request to use these sources
by specifying the option `--with-screen=mcslang' to the `configure'
script.