nocejo / trev

Taskwarrior tasks reviewing script
Other
14 stars 1 forks source link

window width confusion #43

Open linuxcaffe opened 9 years ago

linuxcaffe commented 9 years ago

maybe it's me (often the case) but after pulling the latest trev, using "trev.pl list", and "actioning" some tasks (done, del, etc) I am getting the following error;

...
Press [RET] to continue: 
The report has a minimum width of 100 and does not fit in the available width of 80.

This happens with "trev.pl list" or "trev.pl newest" but doesn't happen with just "trev.pl" (which defaults to "task next", and it's weird because the terminal I'm testing it with is (currently) 145 characters wide.

nocejo commented 9 years ago

This is happening to me too. I haven't notice about list-newest-next. I think it can be something concerning our tasks: Is there a llllong task that appears in list and newest but not in next?

[Besides, in task 2.4.4, newest and oldest throw all the tasks.]

linuxcaffe commented 9 years ago

I don't think it's necessarily related to the length of specific tasks, as the error message is complaining that there are only 80 columns available, when (in my case) there are 145.

nocejo commented 9 years ago

Right. Same here. This is happening also in the shell:

nocejo@nocejo:~$ task old
 ...
El informe tiene una anchura mínima de 151 y no cabe en la disponible, que es 100.

and using tasksh or tsh. And doesn't appear (here) when enlarging the terminal enough. Further research.