diff options
| author | John Hood <cgull+l-freebsd-bugzilla@glup.org> | 2021-07-28 19:43:02 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2021-07-28 19:50:38 +0000 |
| commit | dbdf2b52f59df7374eb1f799b4df1b54e4502e40 (patch) | |
| tree | 8ce11394494075df9c423b0f702ee2b8d893341c /stand/forth | |
| parent | 824897a3aea5ca22db8cb7d5b404697a1de1210a (diff) | |
Diffstat (limited to 'stand/forth')
| -rw-r--r-- | stand/forth/support.4th | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stand/forth/support.4th b/stand/forth/support.4th index d87cf16a16dd..999ac5005f5d 100644 --- a/stand/forth/support.4th +++ b/stand/forth/support.4th @@ -486,6 +486,7 @@ get-current ( -- wid ) previous definitions >search ( wid -- ) : reset_line_reading 0 to read_buffer_ptr + 0 read_buffer .len ! ; : read_line |
