docs: add rev(1) to TODO

Addresses: https://github.com/karelzak/util-linux/issues/972
Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2020-03-09 11:07:48 +01:00
parent 5b9b6d2a74
commit 40c28f51c9
1 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,12 @@ script (lib/pty-session.c)
--------------------------
- (!) add #ifdefs and optional code for non-signalfd() systems
rev
---
- support huge input lines (for example read input by small fixed buffer
rather than try allocate all buffer for a whole line)
see: https://github.com/karelzak/util-linux/issues/972
col
---
- use unsigned sizes for columns and lines