diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-17 19:51:00 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-17 19:51:00 +0000 |
commit | ae114c235e2bf2987fceb6065b57dee93740c593 (patch) | |
tree | 6252bc2c128f896eb280d8c6c5c102c5f2abd4db /TODO | |
parent | 79cc55975fd35c2864871fdff942522e7295aa80 (diff) | |
download | busybox-w32-ae114c235e2bf2987fceb6065b57dee93740c593.tar.gz busybox-w32-ae114c235e2bf2987fceb6065b57dee93740c593.tar.bz2 busybox-w32-ae114c235e2bf2987fceb6065b57dee93740c593.zip |
- stty's visible() function and catv's guts are identical. Merge them into
an appropriate libbb function.
Diffstat (limited to 'TODO')
-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 | ||