terminal/src/propslib
Mike Griese b97db63030 Prevent the v1 propsheet from zeroing colors, causing black text on black background. (#2651)
* This fixes the registry path

  What's happening is the console is writing the Forcev2 setting, then the v1
  console is ignoring those settings, then when you check the checkbox to save
  the v2 settings, we'll write the zeros out. That's obviously bad. So we'll
  only write the v2 settings back to the registry if the propsheet was launched
  from a v2 console.

  This does not fix the shortcut path. That'll be the next commit.

* Fix the shortcut loading too

  fixes #2319

* remove the redundant property I added

* add some notes to the bx.ps1 change
2019-10-02 16:04:59 -07:00
..
conpropsp.hpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
precomp.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
precomp.h add clang-format conf to the project, format the c++ code (#1141) 2019-06-11 13:27:09 -07:00
propslib.vcxproj Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
propslib.vcxproj.filters Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
RegistrySerialization.cpp add clang-format conf to the project, format the c++ code (#1141) 2019-06-11 13:27:09 -07:00
RegistrySerialization.hpp inbox: reflect changes from 20h1 branch (#2310) 2019-08-07 10:58:53 -07:00
ShortcutSerialization.cpp Prevent the v1 propsheet from zeroing colors, causing black text on black background. (#2651) 2019-10-02 16:04:59 -07:00
ShortcutSerialization.hpp Prevent the v1 propsheet from zeroing colors, causing black text on black background. (#2651) 2019-10-02 16:04:59 -07:00
sources Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
TrueTypeFontList.cpp add clang-format conf to the project, format the c++ code (#1141) 2019-06-11 13:27:09 -07:00
TrueTypeFontList.hpp add clang-format conf to the project, format the c++ code (#1141) 2019-06-11 13:27:09 -07:00