Update TODO

This commit is contained in:
Florian Bruhin 2014-06-06 10:00:42 +02:00
parent 742a3c1b5d
commit cfbf8c6a35

4
TODO
View File

@ -72,6 +72,10 @@ Improvements / minor features
- :messages command to view past messages
- Maybe the completion widget shouldn't be a QTreeView with tree models as
there are many hacks involved by now (see notes).
- :%! like feature to pipe current page through a filter.
- Add FIFOHandler based on asyncio if it's available
- Maybe we should depend on Python >= 3.4 and Qt >= 5.1?
In general we should check our requirements.
hints
-----