Re: 64bit Dysphoria

new topic     » goto parent     » topic index » view thread      » older message » newer message

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,  smile
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

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu