From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <5f75acb546dda8c8c0984c64f37dbf72@coraid.com> References: <161c27f3-93af-4f06-86de-7d1c7e473a4b@u20g2000yqu.googlegroups.com> <75395937b512b64fc9892f1401515e04@plug.quanstro.net> <0393CA2C-BCA4-4555-8955-B8AB4214EE17@gmail.com> <5f75acb546dda8c8c0984c64f37dbf72@coraid.com> Date: Mon, 30 Aug 2010 11:53:27 -0700 Message-ID: From: Skip Tavakkolian To: erik quanstrom Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: 9fans@9fans.net Subject: Re: [9fans] P9p on Fedora 12 Topicbox-Message-UUID: 4ad4b6e6-ead6-11e9-9d60-3106f5b1d025 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 wrote: > On Mon Aug 30 12:20:30 EDT 2010, skip.tavakkolian@gmail.com 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) > > =A0 =A0 =A0 =A0; echo pdq^ > =A0 =A0 =A0 =A0; echo ^pdq > =A0 =A0 =A0 =A0; echo xyz^pdq > =A0 =A0 =A0 =A0; echo xyz^pdq > > does it echo xyzpdq or pdqxyz? > > i'm guessing the (incorrect) latter. =A0iirc > i tried this approach on linux and it doesn't > work. > > -erik >