Close

Patch-level release 1.7.2

A project log for zeptoforth

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

travis-bemannTravis Bemann 08/01/2024 at 04:040 Comments

This patch-level release introduces a pager in the words more-words, more-words-in, more-lookup, and more-lookup-in, counterparts of words, words-in, lookup, and lookup-in, and fixes a bug where pressing backspace when the input buffer is empty will place an extraneous $7F (i.e. DEL) on the data stack. Note that the words with a pager must not be used when using zeptocom.js or e4thcom as they query the terminal for its size, and when using zeptocom.js or e4thcom they never get a response due to the limitations of the terminal's implementation. Additionally, in more-words, more-lookup, words, and lookup, duplicate modules in the search order are ignored, changing the behavior where when in the forth module entries of the forth module would be displayed twice.

Discussions