EmilyDirsh / hotwire-shell

Automatically exported from code.google.com/p/hotwire-shell
Other
0 stars 0 forks source link

Add the editor joe to list of terminal commands #211

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. bash> export EDITOR=joe
2. bash> hotwire
3. hotwire> ed hello.txt

What is the expected output? What do you see instead?

joe should come up in a new terminal window, instead, I get:

Processing '/etc/joe/joerc'...Processing '/etc/joe/ftyperc'...done
done
cm=(nil) ch=(nil) cv=(nil) ho=(nil) lf=0x8a0a13c DO=(nil) ll=(nil) up=(nil)
UP=(nil) cr=0x8a0a140
Sorry, your terminal can't do absolute cursor positioning.
It's broken

What version of the product are you using? On what operating system?
0.721 on F9

Please provide any additional information below.
Perhaps Hotwire should always treat the default EDITOR as a terminal
application.

Original issue reported on code.google.com by sean.flanigan@gmail.com on 30 Mar 2009 at 6:21