--- gforth/history.fs 2007/10/22 20:24:10 1.65 +++ gforth/history.fs 2007/10/22 20:30:39 1.66 @@ -18,10 +18,12 @@ \ along with this program; if not, write to the Free Software \ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA. +: ctrl-i ( "" -- c ) + char toupper $40 xor ; + +' ctrl-i :noname - char toupper $1f and ; -:noname - char toupper $1f and postpone Literal ; + ctrl-i postpone Literal ; interpret/compile: ctrl ( "" -- ctrl-code ) \ command line editing 16oct94py