diff options
| -rw-r--r-- | debian/copyright | 1 | ||||
| -rw-r--r-- | doc/sciteco.7.template | 24 |
2 files changed, 23 insertions, 2 deletions
diff --git a/debian/copyright b/debian/copyright index 442c3a3..35a8a49 100644 --- a/debian/copyright +++ b/debian/copyright @@ -37,6 +37,7 @@ Files: contrib/terex/*.c contrib/terex/*.h Copyright: Copyright (c) 1998, 1999 Henry Spencer. All rights reserved. License: Copyright (c) 1998, 1999 Henry Spencer. All rights reserved. + Copyright (c) 2026 Robin Haberkorn . Development of this software was funded, in part, by Cray Research Inc., UUNET Communications Services Inc., Sun Microsystems Inc., and Scriptics diff --git a/doc/sciteco.7.template b/doc/sciteco.7.template index 41f3abf..e2fbdbf 100644 --- a/doc/sciteco.7.template +++ b/doc/sciteco.7.template @@ -2051,10 +2051,10 @@ Matches one in a list of patterns. Any pattern match construct may be used. The pattern alternatives must be separated by commas. .TP -.SCITECO_TOPIC ^~ +.SCITECO_TOPIC ^~ regexp .BI ^~ The rest of the pattern is an Advanced Regular Expression (ARE) -as in Tcl - see +as in Tcl 8.1 and later - see .BR re_syntax (3). This can only be typed with an upcaret. .LP @@ -2540,6 +2540,21 @@ be portable with little or no changes. features considered intrinsic and defining to the project. . . +.SH THANKS TO +. +\# All projects from contrib/: +\*(ST makes heavy use of the \fIScintilla\fP editing component and +\fILexilla\fP lexer library by Neil Hodgson. +Curses builds are based on the \fIScinterm\fP Scintilla backend by Mitchell. +\*(ST's regular expression engine \fIterex\fP is based on Henry Spencer's +work for Tcl 8.1. +Many builds of \*(ST use the \fIdlmalloc\fP malloc() replacement by Doug Lea. +Red-Black trees use the \fIrb3ptr\fP library by Jens Stimpfle. +.LP +\*(ST is inspired by \fIVideo TECO\fP by Paul Cantrell. +The first \fITECO\fP was written by Dan Murphy in 1962. +. +. .SH SEE ALSO . .\" FIXME: The URLs do not format in FreeBSD's man or in woman pages. @@ -2562,6 +2577,11 @@ Scintillua manual, detailing usage of Lua-based Scintilla lexers: Scintillua manual .UE .TP +Tcl's Advanced Regular Expressions: +.UR https://www.tcl-lang.org/man/tcl/TclCmd/re_syntax.html +re_syntax +.UE +.TP Suitable terminal fonts for icon support in Curses (see \fBED\fP flags): .UR https://www.nerdfonts.com/ Nerd Fonts |
