Re: Where is term.l loaded?

2012-10-28 Thread Alexander Burger
Hi Thorsten, > >> where term.l is loaded - where does this happen? > > ... > I see, its not an essential part of the system. Thanks. Exactly. The line editor was kept simple (and in vi-mode) to avoid making the system terminal-dependent. Cheers, - Alex -- UNSUBSCRIBE: mailto:picolisp@software-

Re: Where is term.l loaded?

2012-10-28 Thread Thorsten Jolitz
Alexander Burger writes: Hi Alex, >> relevant files in the picolisp directory but did not find the place >> where term.l is loaded - where does this happen? > > Usually not (because it is normally not needed). Just call > (load "lib/term.l") if necessary. > > Examples are "rcsim/main.l" or "game

Re: Where is term.l loaded?

2012-10-28 Thread Alexander Burger
Hi Thorsten, > relevant files in the picolisp directory but did not find the place > where term.l is loaded - where does this happen? Usually not (because it is normally not needed). Just call (load "lib/term.l") if necessary. Examples are "rcsim/main.l" or "games/mine.l". Cheers, - Alex -- UN