vonshednob / pter

Manage your todo.txt in a commandline user interface (TUI)
https://vonshednob.cc/pter/
MIT License
102 stars 6 forks source link

Distraction-free mode should show task list on "jump-to" action #58

Closed andrei-a-papou closed 5 months ago

andrei-a-papou commented 6 months ago

When a user invokes jump-to, he/she actually does want to keep the task list visible, but distraction-free mode hides it. Can this be adjusted?

vonshednob commented 6 months ago

Right, yes. I thought I had that fixed in the first commit already.

vonshednob commented 5 months ago

This one is covered now.

andrei-a-papou commented 5 months ago

Works great, thank you!

andrei-a-papou commented 5 months ago

I just noticed that calling any dialog that has a numbered list (such as "Load template", "Load search", etc) and then hitting : to jump to an item breaks distraction-free mode.

vonshednob commented 5 months ago

Hm, right. That actually makes sense… try with ab8984da!

andrei-a-papou commented 5 months ago

Works now, thank you!