wine/programs/conhost
Hugh McMaster 37bcbe6bca conhost: Save console settings as global defaults on first run.
On Windows, HKCU\Console holds global default settings, while subkeys
hold any app-specific settings that differ from the defaults.

Wine's conhost.exe implementation currently saves all console settings
to an app-specific subkey on the first run, while global defaults are
only saved to HKCU\Console if the user selects 'Set Defaults' from the
pop-up menu and saves new settings. This is the opposite of console
behaviour on Windows.

Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-05-30 22:07:42 +02:00
..
tests conhost/tests: Add tests for ReadConsoleW with control. 2022-03-01 22:41:15 +01:00
conhost.c conhost: Fix the spelling of a couple of comments. 2022-04-18 12:36:24 +02:00
conhost.h conhost: Fix the spelling of a couple of comments. 2022-04-18 12:36:24 +02:00
conhost.rc conhost: Import config dialog from wineconsole. 2020-10-09 17:38:33 +02:00
Makefile.in conhost: Enable compilation with long types. 2022-02-04 11:20:33 +01:00
window.c conhost: Save console settings as global defaults on first run. 2022-05-30 22:07:42 +02:00