Re: differentiate between pg_up vs pg_down keys and delete vs

2017-01-14 Thread dean
Thank you very much indeed for this On 13 January 2017 at 11:02, Danilo Kordic wrote: > Or simply: > $ pil > : [raw] > -> NIL > : [sys 'TERM] > -> "xterm" > : [setq PgDn "^[[6~" PgUp "^[[5~"] > -- > UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe >

Re: differentiate between pg_up vs pg_down keys and delete vs

2017-01-13 Thread Danilo Kordic
Or simply: $ pil : [raw] -> NIL : [sys 'TERM] -> "xterm" : [setq PgDn "^[[6~" PgUp "^[[5~"] -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: differentiate between pg_up vs pg_down keys and delete vs

2017-01-12 Thread dean
Hi Alex I seeI seemed to get "^[" returned by -> but then got the PL prompt ":" with the differentiating 5 and 6 bits after that. I did wonder about the differences but wasn't sure what to do with them. Thank you for showing how. Best Regards Dean On 12 January 2017 at 16:07, Mike Pechkin wro

Re: differentiate between pg_up vs pg_down keys and delete vs

2017-01-12 Thread dean
Mike Thank you for your postThe link says 404 dead page or something similar Best Regards Dean On 12 January 2017 at 17:37, dean wrote: > Hi Alex > I seeI seemed to get "^[" returned by -> but then got the PL prompt > ":" with the differentiating 5 and 6 bits after that. I did wonder abo

Re: differentiate between pg_up vs pg_down keys and delete vs

2017-01-12 Thread Mike Pechkin
this out how i handle keys in 2048 game: https://bitbucket.org/mihailp/tankfeeder/src/2f70061e8923fe1ac1af1bc7bce57e80fd664ba8/2048.l?at=default&fileviewer=file-view-default On Thu, Jan 12, 2017 at 5:25 PM, dean wrote: > > -- Forwarded message -- > From: dean > Date: 5 January