Close

Patch-level release 1.7.3

A project log for zeptoforth

A full-featured Forth-based RTOS for ARM Cortex-M

travis-bemannTravis Bemann 08/03/2024 at 01:190 Comments

This patch-level release adds the word more ( ? xt -- ? ), which is a general-purpose pager which breaks console output into screenfuls displayed one at a time. It also allows the user to exit out of the word whose output is being paged after each screenful is displayed. Note that more is not compatible with zeptocom.js or e4thcom because it expects a full ANSI terminal implementation that will respond to queries for terminal dimensions and cursor coordinates, which xterm.js, used by zeptocom.js, and e4thcom do not support. Also note that more is compatible with ANSI text colors and UTF-8.

Discussions