From b38c57ccf8c235967c25fc0a854f92abbdfa81bf Mon Sep 17 00:00:00 2001 From: Brad Nelson Date: Mon, 31 Jan 2022 09:04:13 -0800 Subject: [PATCH] Narrow vlist. --- ueforth/common/utils.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ueforth/common/utils.fs b/ueforth/common/utils.fs index 357842c..1e8c204 100644 --- a/ueforth/common/utils.fs +++ b/ueforth/common/utils.fs @@ -78,7 +78,7 @@ only forth definitions ( List words in Dictionary / Vocabulary ) internals definitions -75 value line-width +70 value line-width : onlines ( n xt -- n xt ) swap dup line-width > if drop 0 cr then over >name nip + 1+ swap ; forth definitions also internals