diff options
author | Immae <immae@immae.eu> | 2014-06-16 23:04:10 +0200 |
---|---|---|
committer | Immae <immae@immae.eu> | 2014-06-16 23:04:53 +0200 |
commit | cfddfd90ca8df888683529fcf683958da0894b10 (patch) | |
tree | fb559c2bb277c00dda10c7ec2cbb95e393952791 /TODO | |
parent | 9b96f7cb7a37e00044b068cbeb3027d559a4d9f7 (diff) | |
download | Monitor-cfddfd90ca8df888683529fcf683958da0894b10.tar.gz Monitor-cfddfd90ca8df888683529fcf683958da0894b10.tar.zst Monitor-cfddfd90ca8df888683529fcf683958da0894b10.zip |
Different initialization file location
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 | ||