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

Alexandre Julliard julliard at winehq.org
Wed Jan 19 05:57:25 CST 2011


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

> @@ -690,6 +690,9 @@ HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{de5aed00-a4bf-11d1-99
>  HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{de5aed00-a4bf-11d1-9948-00c04f98bbc9},"IsInstalled",2,1
>  HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{de5aed00-a4bf-11d1-9948-00c04f98bbc9},"Locale",2,"*"
>  HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{de5aed00-a4bf-11d1-9948-00c04f98bbc9},"Version",2,"4,74,9273,0"
> +; Some missing key mapping in libterm 
> +HKCU,Software\Wine\Term,"^[[1;5C",3,01,01,4d,27,08,00
> +HKCU,Software\Wine\Term,"^[[1;5D",3,01,01,4b,25,08,00

There shouldn't be any need to create Wine-specific keys from wine.inf,
especially not under HKCU. The code should be using appropriate
defaults if the key is missing.

-- 
Alexandre Julliard
julliard at winehq.org




More information about the wine-devel mailing list