1. 64bit Dysphoria
- Posted by Kenneth Rhodes <ken_rhodes30436 at yahoo.co?> May 19, 2008
- 680 views
More problems with Euphoria under AMD64/SUSE Linux 10.3. I decided to take another stab at working with the current version of ed.ex sans ncurses. Under almost every terminal emulator I tried, I found that once an additional ed.ex "window" (pane would be a better term) is opened, pressing the F1 key to return to the initial pane simply places the cursor on the editor's top line with together with a couple of symbols. This happens under several different terminal emulators in KDE, XFCE, and VFWM. I was really surprized to find that it also happens when I drop out of the window manager/desktop to one of the actual Linux consoles. However, using the Linux32 Konsole in XFCE, but not KDE, the F1 key functioned normally. Is this an ed.ex bug, or a Euphoria bug? I'm beginning to think losing ncurses was not a good idea. Ken Rhodes Folding at Home: http://folding.stanford.edu/ 100% MicroSoft Free SuSE Linux 10.3 No AdWare, SpyWare, or Viruses! Life is Good,
2. Re: 64bit Dysphoria
- Posted by ChrisBurch3 <crylex at gm?il?com> May 19, 2008
- 649 views
Kenneth Rhodes wrote: > > More problems with Euphoria under AMD64/SUSE Linux 10.3. > > I decided to take another stab at working with the current version of > ed.ex sans ncurses. > > Under almost every terminal emulator I tried, I found that > once an additional ed.ex "window" (pane would be a better term) > is opened, pressing the F1 key to return to the initial pane simply > places the cursor on the editor's top line with together with a > couple of symbols. This happens under several different terminal > emulators in KDE, XFCE, and VFWM. I was really surprized to find > that it also happens when I drop out of the window manager/desktop > to one of the actual Linux consoles. > > However, using the Linux32 Konsole in XFCE, but not KDE, the F1 > key functioned normally. > > Is this an ed.ex bug, or a Euphoria bug? > > I'm beginning to think losing ncurses was not a good idea. > > > Ken Rhodes > Folding at Home: <a > href="http://folding.stanford.edu/">http://folding.stanford.edu/</a> > 100% MicroSoft Free > SuSE Linux 10.3 > No AdWare, SpyWare, or Viruses! > Life is Good, Hi No, its a console bug - the consoles each work differently, or more precisely they emulate different terminals which have a different set of terminal control codes. With konsole, you can set the terminal emulation, which may help. There are some console commands that select terminal types and line displays for instance from ee echo -e "\\033(U" there are probably others, never really successful, so didn't really pursue them you can try setterm - see man setterm for (extensive) details. When I lost ncurses, I modified one of my includes to cope - the changes are summarised here http://euwiki.ayo.biz/Text_mode Chris
3. Re: 64bit Dysphoria
- Posted by Kenneth Rhodes <ken_rhodes30436 at ??hoo.com> May 19, 2008
- 627 views
ChrisBurch3 wrote: > <a href="http://euwiki.ayo.biz/Text_mode">http://euwiki.ayo.biz/Text_mode</a> > OK... thanks for the link/info. I'll give it a whirl! Ken Rhodes Folding at Home: http://folding.stanford.edu/ 100% MicroSoft Free SuSE Linux 10.3 No AdWare, SpyWare, or Viruses! Life is Good,