From 0b90eb1f9a9b397ebb1960f2f03409d57154f42b Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sat, 25 Jul 2026 22:37:16 +0200 Subject: minor documentation update (sciteco(1) and sciteco(7)) and comment changes --- doc/sciteco.1.in | 3 +++ doc/sciteco.7.template | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/sciteco.1.in b/doc/sciteco.1.in index 83dba44..9b4b112 100644 --- a/doc/sciteco.1.in +++ b/doc/sciteco.1.in @@ -392,8 +392,11 @@ Integrating with Wayland and the Mac OS clipboards is of course also possible. . .LP .SCITECO_TOPIC "$GTK_CSD" +\# NOTE: Contrary to the GTK documentation, this is _not_ supported +\# natively yet. We have to implement it ourselves. On GTK+, you may turn off the infamous client-side window decorations by setting the environment variable \fBGTK_CSD\fP to \(lq0\(rq. +Alternatively, you can use the \(lq\-\-no\-csd\(rq command line parameter. . .LP .SCITECO_TOPIC "$SCITECO_SCINTILLUA_LEXERS" diff --git a/doc/sciteco.7.template b/doc/sciteco.7.template index e2fbdbf..a3139bf 100644 --- a/doc/sciteco.7.template +++ b/doc/sciteco.7.template @@ -1190,9 +1190,9 @@ You can also specify \fB--8bit\fP to optimize \*(ST for While navigation in documents with single-byte encodings takes place in constant time, \*(ST uses heuristics in UTF-8 documents for translating between byte and character -offsets which are slower especially when \(lqjumping\(rq -into very large lines. -\# But there are optimizations for R, C and A... +offsets which can still be slow when e.g. when \(lqjumping\(rq +into far away pathologically long lines. +Operations close to dot should be fast, though. .LP .SCITECO_TOPIC "EOL translation" To simplify working with files using different end of line -- cgit v1.2.3