aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/fold.c
AgeCommit message (Collapse)Author
2015-05-31On testing fold command, I found w option didnt check the range of value.Hyejin Kim
2014-04-25fold cleanup: whitespace and curly brackets.Rob Landley
2014-04-16This version of fold fixes major bugs (infinite loop, overflow) and adds an ↵0.4.8Samuel Holland
option for un/refolding text.
2014-04-03Here is a basic implementation of fold[0]. It does not support multibyte ↵Samuel Holland
characters, though that would probably just require more switch cases.