Diff for /gforth/vt100key.fs between versions 1.4 and 1.6

version 1.4, 1998/11/08 23:08:04 version 1.6, 2000/07/31 21:18:10
Line 1 Line 1
 \ vt100 key interpreter                                17oct94py  \ vt100 key interpreter                                17oct94py
   
 \ Copyright (C) 1995 Free Software Foundation, Inc.  \ Copyright (C) 1995,1996,1998 Free Software Foundation, Inc.
   
 \ This file is part of Gforth.  \ This file is part of Gforth.
   
Line 40  ctrl P trans: A Line 40  ctrl P trans: A
 ctrl N trans: B  ctrl N trans: B
   
 ctrl A 1 tcode  ctrl A 1 tcode
 ctrl D 3 tcode  ctrl X 3 tcode
 ctrl E 4 tcode  ctrl E 4 tcode
   
 ' vt100-decode  ctrlkeys $1B cells + !  ' vt100-decode  ctrlkeys $1B cells + !

Removed from v.1.4  
changed lines
  Added in v.1.6


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>