Update BUGS/notes

This commit is contained in:
Florian Bruhin 2014-07-02 07:08:52 +02:00
parent 4aab32cc5d
commit 2f5f880fcd
2 changed files with 0 additions and 14 deletions

View File

@ -28,9 +28,6 @@ Bugs
- foo@bar:baz.com is handled as search term
- Handle it correctly when a new statusbar question is asked while another is
still active. (see notes)
- Ugly font rendering on Windows on http://support.sigasi.com/Knowledgebase/List
- On doodle, when modifying something on http://doodle.com/create and clicking

View File

@ -1,14 +1,3 @@
multiple questions
==================
For modular mode, we should implement a kind of stack: Save the current
question if any is available, then after exec_() restore it.
For async questions, we check if we're currently asking *any* question
(sync/async), and if so, add the question to a deque instead. After a question
gets hidden (e.g. in on_mode_left?), we check if another question is in the
deque, and if so pop and ask it.
click inspirations
===================