aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-01-17 19:51:00 +0000
committeraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-01-17 19:51:00 +0000
commitca27a089bf6baef1e276f5a330232ee8acfd248c (patch)
tree6252bc2c128f896eb280d8c6c5c102c5f2abd4db
parent55c80993bdb0d6ba78899fe369d19af95b625deb (diff)
downloadbusybox-w32-ca27a089bf6baef1e276f5a330232ee8acfd248c.tar.gz
busybox-w32-ca27a089bf6baef1e276f5a330232ee8acfd248c.tar.bz2
busybox-w32-ca27a089bf6baef1e276f5a330232ee8acfd248c.zip
- stty's visible() function and catv's guts are identical. Merge them into
an appropriate libbb function. git-svn-id: svn://busybox.net/trunk/busybox@17356 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--TODO6
1 files changed, 5 insertions, 1 deletions
diff --git a/TODO b/TODO
index f0b720ba4..738961bf3 100644
--- a/TODO
+++ b/TODO
@@ -164,7 +164,11 @@ man
164--- 164---
165ar 165ar
166 Write support? 166 Write support?
167--- 167----
168stty / catv
169 stty's visible() function and catv's guts are identical. Merge them into
170 an appropriate libbb function.
171----
168 172
169Architectural issues: 173Architectural issues:
170 174