aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
authorRobin Haberkorn <rhaberkorn@fmsbw.de>2026-03-15 19:40:09 +0100
committerRobin Haberkorn <rhaberkorn@fmsbw.de>2026-03-15 19:40:09 +0100
commitcfc78d159338a94feeabb3b474860786d1beebd5 (patch)
tree5092c62265b2e61c2f4376a5bbb90794db53359a /lib
parentb8d8d5f87cbe9a4eec4ac410777c716e557b5466 (diff)
fnkeys.tes: when preserving the horizontal column, take the character representations and tab draw modes into accountHEADmaster-fmsbw-cimaster
When editing TECO source files with fnkeys.tes, you could get unexpected cursor jumps since SCI_GETCOLUMN counts all control characters as single columns and would always expand tabs, even if tabs are drawn like control codes. This could have been changed in Scintilla itself, but Neil decided that SCI_GETCOLUMN and SCI_FINDCOLUMN will not be changed. See https://groups.google.com/g/scintilla-interest/c/aqxapyAcRiA
Diffstat (limited to 'lib')
-rw-r--r--lib/fnkeys.tesbin4391 -> 5056 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/lib/fnkeys.tes b/lib/fnkeys.tes
index 937caf9..2828899 100644
--- a/lib/fnkeys.tes
+++ b/lib/fnkeys.tes
Binary files differ