[comp.os.minix] ST termcap 'What's the ST terminal standard?'

UPSYF173%DBIUNI11.BITNET@cunyvm.cuny.edu (Wolfgang Thiel) (09/25/90)

       When I tried to get microemacs 3.10 running on MINIX St I found
out that my termcap entries for the function keys do not correspond
to   the standard terminal emulation in minix/config.h.  Is there a
working termcap somewhere that can handle both IBM_PC and VT100 modes?
       Second question: Who knows a 'legal' way to define other key
codes in the termcap file, like PageUp, PageDown,PF11 to PF20; I know
of the keyword "ko", but how must it be used?  I had a look into the
mined code, but that did not help: mined has to be recompiled every-
time you change the emulation, and - in COMPATIBLE mode - PageUp/Down
are just function keys.
        The reason for this all is, that I would like to have the same
editor environment under TOS and MINIX: I want PF1 to PF10 (at least),
PageUp/Down, Pos1/END simulated by shift arrow keys (Only minor changes
necessary in stkbd.c).
                               Wolfgang