diff --git a/TODO.FACTOR.txt b/TODO.FACTOR.txt index 4ce20f9048..2711095dcc 100644 --- a/TODO.FACTOR.txt +++ b/TODO.FACTOR.txt @@ -1,12 +1,9 @@ + native: -- top level catch should be a continuation -- parsing: #\ - {...} vectors - parsing should be parsing - telnetd: listening on a socket - apropos -- need hashtable inspection too - describe-word - clone-sbuf - contains ==> contains? @@ -16,7 +13,6 @@ + interactive: -- words. should output in a nicer form - inspector links when describe called without object path - 'cascading' styles diff --git a/library/prettyprint.factor b/library/prettyprint.factor index f155ce3b89..d148e2fe12 100644 --- a/library/prettyprint.factor +++ b/library/prettyprint.factor @@ -190,7 +190,7 @@ DEFER: prettyprint* : . ( obj -- ) [ "prettyprint-single-line" on - prettyprint-indent 4 * "prettyprint-limit" set + tab-size 4 * "prettyprint-limit" set prettyprint ] bind ;