Al,
        In regards to patch #2, are you trying to make almost all the mods I sent in, 
including the elkscmd makefile stuff?  I would like it if you could.

Also, I have rewritten dircon.c last night (except for the bell()) issue that you just
mentioned).  I have attached it.  It is better than the old version, *very* much 
cleaner,
smaller, and it implements more.  It implements reverse video, for instance,
and elvis looks great!

 

To add bell at this level, #define BELL '\007' and add it to the case statement
in the obvious location, calling bell();


I have also attached a new termcap file (rename to termcap) that goes in
elkscmd/root_template.  This one will allow the console to be TERM=ansi,
and it fully documents the sequences that the two ELKS consoles have.

 

With this dircon mod, elvis looks exactly like it does on Linux with reverse video, 
etc.
I suggest that you also modify elkscmd/sys_utils/login.c to set TERM=ansi
rather than TERM=elks, and everything will run.

Greg

dircon.c

makefile.fil

Reply via email to