mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 12:56:51 +03:00
5c83819e50
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. |
||
---|---|---|
.. | ||
include | ||
.cvsignore | ||
ChangeLog | ||
Makefile.am | ||
README | ||
slcommon.c | ||
sldisply.c | ||
slerr.c | ||
slgetkey.c | ||
sllower.c | ||
slmisc.c | ||
slsignal.c | ||
slsmg.c | ||
slstring.c | ||
sltermin.c | ||
slupper.c | ||
slutf8.c | ||
slutty.c | ||
slwcwidth.c |
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.