diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2017-12-13 17:45:50 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2017-12-13 17:45:50 +0000 |
commit | 49b8d85e22de7f9776d18f0c8e17c918add52bf8 (patch) | |
tree | dd5a1a4e8bd8b267a48679795289977a8edd20f0 | |
parent | e6a381b5b5487e80990ebccd7bd7954d2ae41f2b (diff) |
Disable Unicode canonical composition by default because that's
less surprising and makes copy and paste work better, even though
some none-default fonts currently do not display combining accents.
Problem reported by Philippe Meunier <meunier at ccs dot neu dot edu>.
Root cause found by bentley@.
OK bentley@, and the general direction was also supported by stsp@.
-rw-r--r-- | app/xterm/XTerm.ad | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/xterm/XTerm.ad b/app/xterm/XTerm.ad index 270a9a703..bce882bd0 100644 --- a/app/xterm/XTerm.ad +++ b/app/xterm/XTerm.ad @@ -267,6 +267,10 @@ ! that's safer and more usable than the upstream default of "medium". *locale: UTF-8 +! Normalization by default violates the principle of least surprise +! and also breaks cut and paste of filenames, so disable it. +*precompose: false + ! ScrollBar by default *scrollBar: true |