vty's support for a variety of terminals is pretty poor. It's at the top of my list now that the performance is usable once again. For any and all VTY issues there is an issue tracker at: http://trac.haskell.org/vty/
Though I'm happy to get an issue report through nearly any means (Messenger pigeon might be out of the question tho). Cheers, Corey O'Connor On Thu, Jan 22, 2009 at 4:10 AM, Jean-Philippe Bernardy <[email protected]> wrote: > > On Thu, Jan 22, 2009 at 12:15 PM, ArtemGr <[email protected]> wrote: >> >> Vty does not support XTerm (see http://code.haskell.org/vty/TODO). >> I'm using FreeBSD (PC-BSD) with Konsole and YI is not very usable because >> such >> simple keys as "Home" and "End" does not work. >> I have found, however, how to fix this in "~/.yi/yi.hs": >> >> defaultKm = >> -- see /usr/local/etc/joe/joerc, eol, "^[ [ F" >> (spec KEsc ?>> char '[' ?>> char 'F' ?>>! moveToEol) >> -- home, "^[ [ H" >> <|> (spec KEsc ?>> char '[' ?>> char 'H' ?>>! moveToSol) >> <|| Cua.keymap > > Cool. > >> BTW, is there a wiki of sorts where such things (as this configuration issue) >> could / should be docummented? > > We use the haskell wiki: http://haskell.org/haskellwiki/Yi > Feel free to restructure the page as you please so the > information is easy to find. > > If you do not have an account it might be hard to modify (they are putting > up anti-spam measures). > > Cheers, > JP. > > > > --~--~---------~--~----~------------~-------~--~----~ Yi development mailing list [email protected] http://groups.google.com/group/yi-devel -~----------~----~----~----~------~----~------~--~---
