diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-10-07 19:46:00 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-10-07 19:46:00 +0200 |
commit | 6e48f5e1406913ea87756a971048009e83b46f26 (patch) | |
tree | d3be71eed0097a8328bc8fb5652bf6a923ee8c86 /modules | |
parent | 323cb98de19b6f63b52d3fde5d7144712384c058 (diff) | |
download | uxp-6e48f5e1406913ea87756a971048009e83b46f26.tar.gz |
Make caret width normal/thick behind CJK char configurable.
Fixes #820 (regression).
Diffstat (limited to 'modules')
-rw-r--r-- | modules/libpref/init/all.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js index ab9560fba1..c23373ad86 100644 --- a/modules/libpref/init/all.js +++ b/modules/libpref/init/all.js @@ -5399,6 +5399,9 @@ pref("plugins.navigator_hide_disabled_flash", false); // Disable browser frames by default pref("dom.mozBrowserFramesEnabled", false); +// Thick caret when behind CJK characters +pref("layout.cjkthickcaret", true); + // Is support for 'color-adjust' CSS property enabled? pref("layout.css.color-adjust.enabled", true); |