diff options
Diffstat (limited to 'itches/emacs/tracker.org')
| -rw-r--r-- | itches/emacs/tracker.org | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/itches/emacs/tracker.org b/itches/emacs/tracker.org index 1fcad99..caca4d3 100644 --- a/itches/emacs/tracker.org +++ b/itches/emacs/tracker.org @@ -41,6 +41,16 @@ Fixed by Yamamoto Mitsuharu. :Role: author :END: First reported as [[https://github.com/dgutov/diff-hl/issues/142][dgutov/diff-hl#142]]. Fixed by Eli. +**** TODO Line height changes depending on visible characters +E.g. with wide Org tables and ~truncate-lines~ enabled, if the +~org-table~ face is set to a smaller height, then scrolling +horizontally makes the lines "shake" because the final newline does +not have the ~org-table~ face, and is thus taller. + +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 *** 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 |
