aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/doc.h
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2024-08-30 04:15:36 +0200
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2024-09-09 18:22:21 +0200
commit7507ad3e1816f3bc9004dceb39bb303804287438 (patch)
tree3c4b2746b56a0538564dbf0416745012b51228fa /src/doc.h
parent90bad24f96deeaaa2255f0ad89ece21d5397b78b (diff)
downloadsciteco-7507ad3e1816f3bc9004dceb39bb303804287438.tar.gz
Unicode support for the Q-Register commands (refs #5)
* this required adding several Q-Register vtable methods * it should still be investigated whether the repeated calling of SCI_ALLOCATELINECHARACTERINDEX causes any overhead.
Diffstat (limited to 'src/doc.h')
-rw-r--r--src/doc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc.h b/src/doc.h
index 6b0721e..9dc1665 100644
--- a/src/doc.h
+++ b/src/doc.h
@@ -42,7 +42,7 @@ typedef struct teco_doc_scintilla_t teco_doc_scintilla_t;
typedef struct {
/**
* Underlying Scintilla document.
- * It is created on demand in teco_doc_maybe_create_document(),
+ * It is created on demand in teco_doc_get_scintilla(),
* so that we don't waste memory on integer-only Q-Registers.
*/
teco_doc_scintilla_t *doc;