AnthonyDiGirolamo / todotxt-machine

an interactive terminal based todo.txt file editor with an interface similar to mutt
https://pypi.python.org/pypi/todotxt-machine/
GNU General Public License v3.0
245 stars 37 forks source link

Lose selection If the list of contexts or projects is wider than the screen width #3

Closed darrenkenny closed 10 years ago

darrenkenny commented 10 years ago

If you have a terminal that is too narrow for the list of projects or contexts, then when moving across them with C or P, you lose the view of the currently selected one once it is to the far right.

If you can determine the width, it might be worth scrolling the project/context list to ensure the one selected is visible? Or alternatively, support wrapping to the next line?

Again, thanks for making this available :)

AnthonyDiGirolamo commented 10 years ago

This is fixed now, in 2.0 contexts and projects get their own panel on the right.