Re: [newbie] Re: Powershell and $TERM -- SPOKE TOO SOON

2005-01-28 Thread Mikkel L. Ellertson
Mikkel L. Ellertson wrote: Miark wrote: On Fri, 28 Jan 2005 21:25:14 -0500, Miark wrote: On Fri, 28 Jan 2005 17:17:57 -0600, Mikkel wrote: Miark wrote: Does Powershell set TERM to any value? If it sets it to a terminal type that isn't defined, there is hope... If TERM isn't defined, you may be a

Re: [newbie] Re: Powershell and $TERM -- SPOKE TOO SOON

2005-01-28 Thread Mikkel L. Ellertson
Miark wrote: On Fri, 28 Jan 2005 21:25:14 -0500, Miark wrote: On Fri, 28 Jan 2005 17:17:57 -0600, Mikkel wrote: Miark wrote: Does Powershell set TERM to any value? If it sets it to a terminal type that isn't defined, there is hope... If TERM isn't defined, you may be able to add something to .ba

Re: [newbie] Re: Powershell and $TERM -- SPOKE TOO SOON

2005-01-28 Thread Miark
On Fri, 28 Jan 2005 22:23:46 -0500, Charles wrote: > > When I opened powershell from the XFCE launch bar directly, > > Try using this as the command in the Xfce entry > > powershell && TERM=vt100 && export TERM Promising, but no. :-/ Miark

Re: [newbie] Re: Powershell and $TERM -- SPOKE TOO SOON

2005-01-28 Thread Charles A Edwards
On Fri, 28 Jan 2005 21:29:44 -0500 Miark wrote: > When I > opened powershell from the XFCE launch bar directly, Try using this as the command in the Xfce entry powershell && TERM=vt100 && export TERM Charles -- : - cut in regexps I don't think we reached consensus on that. We're sti

Re: [newbie] Re: Powershell and $TERM -- SPOKE TOO SOON

2005-01-28 Thread Miark
On Fri, 28 Jan 2005 21:25:14 -0500, Miark wrote: > On Fri, 28 Jan 2005 17:17:57 -0600, Mikkel wrote: > > > Miark wrote: > > Does Powershell set TERM to any value? If it sets it to a > > terminal type that isn't defined, there is hope... > > > > If TERM isn't defined, you may be able to add some