mc/slang
Andrew V. Samoilov d329f3c414 * sldisplay.c (SLtt_goto_rc): Disable cursor movement optimizations
for qansi-m consoles. Needed on QNX Neutrino.
        (SLtt_initialize): Init QANSI_Console variable.
2004-09-26 00:45:47 +00:00
..
include * include/slang.h: Revert last changes - it breaks compiling 2004-08-31 06:44:20 +00:00
.cvsignore Add .deps 2001-10-29 06:27:31 +00:00
ChangeLog * sldisplay.c (SLtt_goto_rc): Disable cursor movement optimizations 2004-09-26 00:45:47 +00:00
Makefile.am Fix path to the include directory. 2002-10-07 05:15:23 +00:00
README Rewrite from scratch. 2002-10-16 00:06:57 +00:00
sldisply.c * sldisplay.c (SLtt_goto_rc): Disable cursor movement optimizations 2004-09-26 00:45:47 +00:00
slerr.c * include/slang.h: Revert last changes - it breaks compiling 2004-08-31 06:44:20 +00:00
slgetkey.c Update to S-Lang 1.4.5. Move include files to "include" 2002-10-07 04:41:03 +00:00
slmisc.c Update to S-Lang 1.4.5. Move include files to "include" 2002-10-07 04:41:03 +00:00
slsignal.c * slsignal.c (SLsystem): Replaced NULL with (char *) NULL in 2004-09-24 14:06:04 +00:00
slsmg.c * include/slang.h: Revert last changes - it breaks compiling 2004-08-31 06:44:20 +00:00
sltermin.c * sltermin.c (): Avoid strncpy, home_ti is 1K long and 2004-09-03 22:08:20 +00:00
slutty.c * sldisply.c (Color_Def_Type): Make const. 2002-10-07 11:08:16 +00:00
slvideo.c Make Color_Names[] const 2002-10-25 19:35:37 +00:00
slw32tty.c Update to S-Lang 1.4.5. Move include files to "include" 2002-10-07 04:41:03 +00:00

This is the S-Lang library, version 1.4.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.