[PATCH 4/4] [Kernel32]: add ability to load additional terminfo data from Wine registry

Alexandre Julliard julliard at winehq.org
Fri Jan 28 11:05:52 CST 2011


Eric Pouech <eric.pouech at orange.fr> writes:

> as I said, terminfo is not fully populated
> it misses lots of ctrl-<key> (left arrow, right arrow...) and has not
> been updated lately
> most of the common text editors come with their own config files
> for example, /etc/inputrc has the missing bindings for libreadline
> (and of course it depends on $TERM)
> so, updating terminfo isn't the solution
>
> would you consider inclusion in hklm (instead of hkcu) ?

If it's user-editable, it has to be in HKCU, with proper defaults in the
code because we don't want to create user keys from wine.inf. Plus of
course the format has to be something that users can understand, it
can't be a binary array. Basically you'd have to replicate inputrc
inside the registry, I'm not sure it's worth the trouble.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list