Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-05-02 | grosciteco: folding in woman pages | Robin Haberkorn | 1 | -0/+11 | |
* Support fold level configuration using `.SCITECO_FOLDLEVEL`. This sets the current output line as the fold header and all subsequent lines with the given fold level (until another `.SCITECO_FOLDLEVEL` instruction is encountered). * This is now done automatically for man's SH and SS macros, so the man-page based woman pages provide folding. * The folding margin is therefore now always enabled in fallback.teco_ini. | |||||
2025-04-03 | tutorial: fixed excess space after example display blocks in some versions ↵ | Robin Haberkorn | 1 | -0/+6 | |
of Groff | |||||
2025-03-31 | added tutorial document, which is automatically loaded on the first invocation | Robin Haberkorn | 1 | -0/+317 | |
* This is rendered with ms, so we now need the entire groff on Debian. This is not a big deal as it just adds a few kilobytes of build-time dependencies. Most platforms do not allow installation of some "groff-base" package anyway and always draw in the entire package. * sciteco.tmac has been extended to disable page breaks on ms. * The tutorial is installed like any other woman page and can be invoked interactively with ?tutorial$. * It is optimized to be still usable on a plain 80x24 terminal. |