summaryrefslogtreecommitdiff
path: root/itches/emacs/tracker.org
diff options
context:
space:
mode:
Diffstat (limited to 'itches/emacs/tracker.org')
-rw-r--r--itches/emacs/tracker.org11
1 files changed, 11 insertions, 0 deletions
diff --git a/itches/emacs/tracker.org b/itches/emacs/tracker.org
index 17aac47..81fefb2 100644
--- a/itches/emacs/tracker.org
+++ b/itches/emacs/tracker.org
@@ -86,6 +86,17 @@ Not sure what the right approach is:
1. ask Org to fontify the final newline,
2. ask display engine to consider the whole line to compute the height
3. ask display engine to ignore the newline to compute the height
+**** HiDPI
+***** TODO Scale UI elements
+On HiDPI displays, various elements (fringe bitmaps, fringe width,
+underline, strikethrough) are tiny.
+***** DONE Heed scaling changes
+Changing the desktop's DPI scaling (which in my use-case happens
+whenever I hit my KVM's switch) causes a running Emacs's default face
+to become either huge or tiny.
+
+Fixed by Po Lu in 2022-11-19 "Fix automatic DPI adjustment and add
+workarounds for some systems" (b18d4dbe0d).
*** Input
**** TODO Translate unshifted keys to shifted if no bindings are found
To make =C-x [0-9]= more accessible on AZERTY. Firefox does this, cf