diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 14 |
1 files changed, 3 insertions, 11 deletions
@@ -1,5 +1,4 @@ | |||
1 | - sudo commands (ask for password) | 1 | - sudo commands (ask for password) |
2 | - config in different places | ||
3 | - adding/removing entries directly from the program | 2 | - adding/removing entries directly from the program |
4 | - keep previous buffers for oneshot commands | 3 | - keep previous buffers for oneshot commands |
5 | - custom key bindings (and informations in the window) | 4 | - custom key bindings (and informations in the window) |
@@ -8,16 +7,9 @@ | |||
8 | - Key to force window update | 7 | - Key to force window update |
9 | - Customization of window size | 8 | - Customization of window size |
10 | - ~Internationalization | 9 | - ~Internationalization |
11 | - Some bugs with scrolling | ||
12 | - Respect colors from command? | 10 | - Respect colors from command? |
13 | 11 | ||
14 | bugs: | 12 | Bugs: |
15 | monitor.rb:264:in `last': negative array size (ArgumentError) | 13 | - Some bugs with scrolling |
16 | from monitor.rb:264:in `yield' | 14 | |
17 | from monitor.rb:157:in `print_buffer' | ||
18 | from monitor.rb:95:in `move_resize' | ||
19 | from monitor.rb:345:in `block in redraw_all' | ||
20 | from monitor.rb:344:in `each' | ||
21 | from monitor.rb:344:in `redraw_all' | ||
22 | from monitor.rb:389:in `<main>' | ||
23 | 15 | ||