From e384e4fde604564a3bc140b89bb8c1556a726464 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Fri, 30 Aug 2024 16:15:16 +0200 Subject: implemented and <^E> commands for configuring encodings and translating between glyph and byte offsets (refs #5) * ^E is heavily overloaded and can also be used to check whether a given index is valid (as it is the same that most movement commands to internally). Besides that, it is mainly useful for interfacing with Scintilla messages. * EE takes a code page or 0 for ANSI/ASCII. Currently all documents and new registers are UTF-8. There will have to be some kind of codepage inheritance and a single-byte-only mode. --- sample.teco_ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sample.teco_ini') diff --git a/sample.teco_ini b/sample.teco_ini index d25b176..1c7e521 100644 --- a/sample.teco_ini +++ b/sample.teco_ini @@ -30,7 +30,7 @@ EMQ[$SCITECOPATH]/session.tes !edit! ! Add code here to execute when a document is edited ! - .ESGETCOLUMN,4EJ + ESGETCOLUMN,4EJ  !close! -- cgit v1.2.3