I gave the wrong mode. If you put 9term in "cooked" mode and stty -echo then (interacting with rc), the example below will echo the "xyz". The "pdq" is placed on the following line with cursor placed at '^'. this is identical behavior to a rio window.
cpue% echo xyz xyz cpue% ^pdq % uname -a Linux ubuntu 2.6.32-24-generic #41-Ubuntu SMP Thu Aug 19 01:12:52 UTC 2010 i686 GNU/Linux % echo xyz xyz % ^pdq On Mon, Aug 30, 2010 at 10:47 AM, erik quanstrom <[email protected]> wrote: > On Mon Aug 30 12:20:30 EDT 2010, [email protected] wrote: >> What works for me is putting 9term in raw mode and then stty -echo. >> > > if you then edit a line, like this > (^ for tick) > > ; echo pdq^ > ; echo ^pdq > ; echo xyz^pdq > ; echo xyz^pdq<cr> > > does it echo xyzpdq or pdqxyz? > > i'm guessing the (incorrect) latter. iirc > i tried this approach on linux and it doesn't > work. > > -erik >
