-
-
Notifications
You must be signed in to change notification settings - Fork 94
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Taskwarrior-tui only shows the first 24 tasks of a report even though there are many more when run in a small terminal window.
This is due to the rc.defaultheight setting. To me it seems off that a scrollable TUI application would limit the amount of data based on the terminal size.
I would suggest to use rc.defaultheight=0 when exporting the tasks so that always all the tasks are shown.
To Reproduce
- Use a database with more than 24 tasks.
- Ensure that the rc.defaultheight setting is on it's default value (24)
- Open a small terminal window
- run taskwarrior-tui
- There will only be 24 tasks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working