[JSch-users] trying to set TERM=dumb on a terminal shell via ChannelShell interface

2008-07-08 Thread Alan Ezust
Hello everyone. I'm the author of the SshConsolePlugin for JEdit. I'm trying to do a channelShell.setEnv(TERM, dumb), so that I don't have to see all these funny vt100 characters in the console shell. It doesn't seem to work. I get this error whenever I try to set an environment variable. I get

Re: [JSch-users] trying to set TERM=dumb on a terminal shell via ChannelShell interface

2008-07-08 Thread Atsuhiko Yamanaka
Hi, +-From: Alan Ezust [EMAIL PROTECTED] -- |_Date: Tue, 8 Jul 2008 11:09:17 -0700 ___ | |Hello everyone. I'm the author of the SshConsolePlugin for JEdit. |I'm trying to do a channelShell.setEnv(TERM, dumb), so that I |don't have to see all these funny vt100 characters in