diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -9,3 +9,15 @@ | |||
9 | - Customization of window size | 9 | - Customization of window size |
10 | - ~Internationalization | 10 | - ~Internationalization |
11 | - Some bugs with scrolling | 11 | - Some bugs with scrolling |
12 | - Respect colors from command? | ||
13 | |||
14 | bugs: | ||
15 | monitor.rb:264:in `last': negative array size (ArgumentError) | ||
16 | from monitor.rb:264:in `yield' | ||
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 | |||