Yi with this patch can be used with the http://code.haskell.org/leksah-head
branch (with cabal configure -f Yi). I have set up a ControlM monad
that may just end up being YiM, but I am still not sure how all the
hooks for that work. For now it just includes Config and MVar Editor.
Leksah has be
Tue Sep 1 17:31:28 NZST 2009 hamish.k.macken...@googlemail.com
* Start of Yi.UI.Pango.Control for embedding Yi in other apps
--~--~-~--~~~---~--~~
Yi development mailing list
yi-devel@googlegroups.com
http://groups.google.com/group/yi-devel
-~--~~---
Minor change: Supporting the latest vty darcs changes. Does not
resolve issues with dired mode on iTerm yet.
-Corey O'Connor
On Sun, Aug 30, 2009 at 4:02 PM, Corey O'Connor wrote:
> I have adjusted how vty handles terminals on OS X. Terminal.app,
> iTerm.app and xterm via X11 all work as expec
Status: Accepted
Owner: coreyoconnor
Labels: Type-Defect Priority-Medium Component-UI-Vty Component-Keymap-vim
New issue 298 by coreyoconnor: highlighting strokes not applied to top
window when scrolling bottom.
http://code.google.com/p/yi-editor/issues/detail?id=298
1. yi tests/data/perl_exce
Status: Accepted
Owner: coreyoconnor
Labels: Type-Defect Priority-Medium Component-UI-Vty Component-Keymap-vim
New issue 297 by coreyoconnor: minibuffer actions applied to incorrect
window
http://code.google.com/p/yi-editor/issues/detail?id=297
0. open file A.
1. split window (C-w-s)
3. open f
TERM is correctly set. I did this in iTerm profiles menu item
$echo $TERM
xterm-256color
$
The styles used in Dired are all in form like this: "const (withFg
XXX)", where XXX are the color names defined in Style.hs, such as
green, blue, yellow.
A typical snippet for adding overlays in Dired loo