diff options
author | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-01-17 19:51:00 +0000 |
---|---|---|
committer | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-01-17 19:51:00 +0000 |
commit | ca27a089bf6baef1e276f5a330232ee8acfd248c (patch) | |
tree | 6252bc2c128f896eb280d8c6c5c102c5f2abd4db | |
parent | 55c80993bdb0d6ba78899fe369d19af95b625deb (diff) | |
download | busybox-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-- | TODO | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -164,7 +164,11 @@ man | |||
164 | --- | 164 | --- |
165 | ar | 165 | ar |
166 | Write support? | 166 | Write support? |
167 | --- | 167 | ---- |
168 | stty / catv | ||
169 | stty's visible() function and catv's guts are identical. Merge them into | ||
170 | an appropriate libbb function. | ||
171 | ---- | ||
168 | 172 | ||
169 | Architectural issues: | 173 | Architectural issues: |
170 | 174 | ||