[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [StrongED] Question about StrongEdII v1.20



In message <e39ee65d54.Iyonix@xxxxxxxxxxxxxxxxxxx>
          Ron <iyonix@xxxxxxxxxxx> wrote:


> I have just changed my Taskwindow modefile like this.
> 
> (tab)Delete(tabtab)DeleteRight   
> 
> (was ToTask)
> 

Oops, and that turns out to be affecting the screen only,
(after entering the line, the characters are still sent)

A working way is like this:

(tab)Delete(tabtab)CharsToBuffer('<4>")

I have already been using this method to get the
arrow key functions through unixlib termios as the
single byte control characters.	

(tab)Left(tabtab)CharsToBuffer("<2>")
(tab)Right(tabtab)CharsToBuffer("<6>")
(tab)Up(tabtab)CharsToBuffer("<16>")
(tab)Down(tabtab)CharsToBuffer("<14>")

This lets ported apps using libreadline have their
editting features. There may be more tuning to do.

before I set it in my termmios.h I was using

(tab)Backspace(tabtab)CharsToBuffer("127>")

Thanks, Ron (again)

--
To unsubscribe send a mail to StrongED+unsubscribe@xxxxxxxxxxxxxx
List archives at http://www.Torrens.org.uk/RO/StrongED/index.html