diff --git a/TODO.FACTOR.txt b/TODO.FACTOR.txt index 975eefe3e3..3e21332c64 100644 --- a/TODO.FACTOR.txt +++ b/TODO.FACTOR.txt @@ -1,5 +1,6 @@ + 0.85: +- ENTER key on keypad should do something - pane output in UI should use less memory - signal 4 on datastack underflow on mac intel?? - why is a 'null' type inferred for the output of foo in diff --git a/contrib/boids.factor b/contrib/boids.factor index 2ef93235eb..64ddb524ce 100644 --- a/contrib/boids.factor +++ b/contrib/boids.factor @@ -287,7 +287,8 @@ run-boids ; VARS: ns frame ; -: control-panel-label ( string -- array )