From 246412214c2ba9ee98516fe06c18b1e26faeaadf Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Thu, 18 Dec 2025 21:40:23 -0500 Subject: stop bouncing, start clamping MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit bounce doesn't work well because it tries to adjust the heading itself, but that's controlled by forth, which leads to jiggling about when they disagree, which can happen if we bounce between the ‘head’ and ‘sethead’ calls in ‘head 10 + sethead’ --- site/samples/rob.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'site/samples/rob.fs') diff --git a/site/samples/rob.fs b/site/samples/rob.fs index 59dc946..32112d4 100644 --- a/site/samples/rob.fs +++ b/site/samples/rob.fs @@ -3,5 +3,5 @@ loop ; -7 setspeed +4 setspeed loop -- cgit v1.3