It's NOT a vim window. It's a terminal window. The way it works is that the sclang program is executed in a shell "of your choice", which by default is "xterm -e". You can change this by setting the global option g:sclangTerm in vim. Normally that option is some terminal emulator, so you might have it as "xterm -e" or "urxvt -e" or whatever. It might be possible to tweak it so that it launches a terminal emulator and also gets the output sent to a vim read-only session (or piped to less, for example), but I haven't dabbled with that.
Now that you mention it, it might be a bit more coherent to make it a vim session mighn't it! Dan 2010/6/3 bryan eubanks <[email protected]>: > Odd, because I can't do anything in the sclangpipe_app window where errors > and status are. When using any keys, text just shows up. no ability to > navigate with standard vim key controls? Anyone else have this error, or > what I am doing wrong? > > thanks, > b > > --- > [email protected] > http://identi.ca/group/puredyne > irc://irc.goto10.org/puredyne > -- http://www.mcld.co.uk --- [email protected] http://identi.ca/group/puredyne irc://irc.goto10.org/puredyne
