mc/slang
Miguel de Icaza b52d3a73ca Sat Mar 7 14:33:38 1998 Pavel Roskin <pavel@absolute.spb.su>
* src/complete.c: obsolete hack for OS/2 and NT removed.
        Completion works for NT now (not very good)

        * src/main.c: HOME variable is respected by NT and OS/2
        versions. If it is missing, we use LIBDIR on OS2_NT and "/"
        on Unix.

        * src/key.h: SHIFT_PRESSED is set to 0x0010 on NT. This value
        doesn't conflict with definitions for ALT and CTRL, but it is
        SDK-compatible.

        * vfs/vfs.h: Minor changes for OS/2. EMX defines mkdir with
        2 arguments

        * vfs/tcputil,c, vfs/utilvfs.c: signal.h was includes twice.

        * vfs/Makefile.in: undelfs.h is not used and should disapper

        * slang/slos2tty.c: new file, copied from SLang-0.99.38,
        needed for OS/2 port

        * slang/Makefile.in: added slos2tty.c

        * vfs/extfs/README: annoying spell errors corrected

        * src/main.c: --termcap disabled for OS2_NT because it doesn't
        (and cannot) work. ARCH_FLAGS is not needed anymore.

        * src/text.c: most includes removed. Added a warning is someone
        compiles this file with HAVE_X. Improved color scheme for
        consoles with 16 background colors (e.g. OS/2). Hack for OS/2
        removed.

        * src/util.c, src/util.h: STRCOMP and MC_ARCH_FLAGS are moved
        to util.h. It may be useful to use them for filenames' completion
        on OS2_NT
1998-03-07 20:27:44 +00:00
..
_slang.h Initial revision 1998-02-27 04:54:42 +00:00
jdmacros.h Initial revision 1998-02-27 04:54:42 +00:00
Makefile.in Sat Mar 7 14:33:38 1998 Pavel Roskin <pavel@absolute.spb.su> 1998-03-07 20:27:44 +00:00
README Initial revision 1998-02-27 04:54:42 +00:00
sl-feat.h Initial revision 1998-02-27 04:54:42 +00:00
slang.h Initial revision 1998-02-27 04:54:42 +00:00
sldisply.c Initial revision 1998-02-27 04:54:42 +00:00
slerr.c Initial revision 1998-02-27 04:54:42 +00:00
slgetkey.c Initial revision 1998-02-27 04:54:42 +00:00
slmemcpy.c Initial revision 1998-02-27 04:54:42 +00:00
slmemset.c Initial revision 1998-02-27 04:54:42 +00:00
slsignal.c Initial revision 1998-02-27 04:54:42 +00:00
slsmg.c Initial revision 1998-02-27 04:54:42 +00:00
sltermin.c Initial revision 1998-02-27 04:54:42 +00:00
sltoken.c Initial revision 1998-02-27 04:54:42 +00:00
slutty.c Initial revision 1998-02-27 04:54:42 +00:00
slvideo.c Initial revision 1998-02-27 04:54:42 +00:00
slw32tty.c Initial revision 1998-02-27 04:54:42 +00:00

This is the Slang Screen Manager, it has been modified a little to
make it work with the Midnight Commander.  If you want to get the
complete Slang distribution, you may grab it from:

space.mit.edu:/pub/davis

All of the patches relevant to Slang have been sumbited to John Davis
for inclusion in his Slang version, changes that are only useful for
the Midnight Commander have not been submited.

miguel.