Hi Folks,
Firstly huge thanks to Meanie for explaining that 'cancel' mapped to escape. It wasn't at all obvious to me despite the similar functionality.
This nugget of information means I can now access the menus on JED (console editor), which I am using for editing C/C++ files. I had a play with Vim and it wasn't really my thing, JED being in my view a bit more user-friendly despite the obvious emacs heritage.
I still have one issue with fonts however, since JED attempts to draw boxes around the menus that just end up as wide-char empty boxes. I've tried Fixed font, which improves things a bit, forcing the boxes to single-byte width, but it is still less than ideal. Installing unifont-16 also didn't quite achieve what I want, since the drawing characters are rendered as "cr" "EM" and "dc2" -- ideal I'm sure when viewing serial-comms but pretty ugly for drawing characters.
I also tried export LANG="en" in the hope this would help, but it had no effect.
Anyone know a font (ideally size 14 or 16) that includes the drawing characters?
Cheers,
Marcus