terminal/src/propsheet
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
..
ColorControl.cpp add clang-format conf to the project, format the c++ code (#1141) 2019-06-11 13:27:09 -07:00
ColorControl.h add clang-format conf to the project, format the c++ code (#1141) 2019-06-11 13:27:09 -07:00
ColorsPage.cpp add clang-format conf to the project, format the c++ code (#1141) 2019-06-11 13:27:09 -07:00
ColorsPage.h add clang-format conf to the project, format the c++ code (#1141) 2019-06-11 13:27:09 -07:00
console.cpp Prevent the v1 propsheet from zeroing colors, causing black text on black background. (#2651) 2019-10-02 16:04:59 -07:00
console.def Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
console.dll.mui.lci Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
console.h Prevent the v1 propsheet from zeroing colors, causing black text on black background. (#2651) 2019-10-02 16:04:59 -07:00
console.man Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
console.rc Prevent "Options" propsheet from reverting cursor shape settings (#2663) 2019-09-09 14:45:05 +00:00
console.Resources.man Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
dbcs.cpp add clang-format conf to the project, format the c++ code (#1141) 2019-06-11 13:27:09 -07:00
dialogs.h Prevent "Options" propsheet from reverting cursor shape settings (#2663) 2019-09-09 14:45:05 +00:00
dll.cpp add clang-format conf to the project, format the c++ code (#1141) 2019-06-11 13:27:09 -07:00
font.h add clang-format conf to the project, format the c++ code (#1141) 2019-06-11 13:27:09 -07:00
fontdlg.cpp add clang-format conf to the project, format the c++ code (#1141) 2019-06-11 13:27:09 -07:00
fontdlg.h add clang-format conf to the project, format the c++ code (#1141) 2019-06-11 13:27:09 -07:00
globals.cpp Prevent the v1 propsheet from zeroing colors, causing black text on black background. (#2651) 2019-10-02 16:04:59 -07:00
globals.h Prevent "Options" propsheet from reverting cursor shape settings (#2663) 2019-09-09 14:45:05 +00:00
init.cpp add clang-format conf to the project, format the c++ code (#1141) 2019-06-11 13:27:09 -07:00
LayoutPage.cpp add clang-format conf to the project, format the c++ code (#1141) 2019-06-11 13:27:09 -07:00
LayoutPage.h Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
menu.h add clang-format conf to the project, format the c++ code (#1141) 2019-06-11 13:27:09 -07:00
misc.cpp add clang-format conf to the project, format the c++ code (#1141) 2019-06-11 13:27:09 -07:00
OptionsPage.cpp Prevent "Options" propsheet from reverting cursor shape settings (#2663) 2019-09-09 14:45:05 +00:00
OptionsPage.h Prevent "Options" propsheet from reverting cursor shape settings (#2663) 2019-09-09 14:45:05 +00: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
preview.cpp add clang-format conf to the project, format the c++ code (#1141) 2019-06-11 13:27:09 -07:00
product.pbxproj Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
propsheet.vcxproj Combined changes to make the build work again (see inside) (#2945) 2019-09-30 10:39:55 -07:00
propsheet.vcxproj.filters Combined changes to make the build work again (see inside) (#2945) 2019-09-30 10:39:55 -07:00
PropSheetHandler.cpp Prevent the v1 propsheet from zeroing colors, causing black text on black background. (#2651) 2019-10-02 16:04:59 -07:00
registry.cpp Prevent the v1 propsheet from zeroing colors, causing black text on black background. (#2651) 2019-10-02 16:04:59 -07:00
sources inbox: merge refactoring payload from FI 2019-06-11 17:01:26 -07:00
strid.mc Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
TerminalPage.cpp Prevent "Options" propsheet from reverting cursor shape settings (#2663) 2019-09-09 14:45:05 +00:00
TerminalPage.h Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
util.cpp add clang-format conf to the project, format the c++ code (#1141) 2019-06-11 13:27:09 -07:00
windowsshell.manifest Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00