Hi there... So someone is reading this :)

This is a (very) simple terminal for ELKS that I am releasing for three
reasons:
- ELKS lacks applications (sounds like FUD about linux, doesn't it :)
- it's an effort to get people interested in ELKS development again 
  (seems to be a dead project now)
- ELKS now has a select() call, so we can use this instead of just having
  a separate receiver and transmitter process (like in version 0.1)

Basically the usage is like this:

st [device]

If device isn't specified it opens /dev/ttys0. To exit type Ctrl-A.

The only test I have made is login to a linux box at 9600 baud, but it
seems to work (it's also a nice test of the elks terminal emulation, pine
seems to run fine BTW).

Remove #define BIG in the code to make it smaller, and also remove the
fflush(stdout), to make it even more smaller, once the kernel gets fixed
(see comment in the code).

Have fun

Jacek Lipkowski 
sq5bpf@acid.ch.pw.edu.pl

