Printing changes w/ new focus switching between windows #1

Merged
sloum merged 1 commits from main-refactor into master 2019-04-11 05:33:57 +00:00
Owner

This update adds focus switching between the bookmarks window and the main window so that scrolling can occur in the main window while the bookmarks window is open. There was also a change to how screen draws are called. Rather than setting a flag and redrawing at every loop cycle, explicit draws are called by various functions. This amounts to more code (repeated code at that), but for the time being seems to be significantly more flexible. It also allows for certain actions to take place without redrawing the screen.

Next up: trying to create a less blocked feeling using goroutines. The new draw system will allow this to work without needing to resort to a blocking channel.

This update adds focus switching between the bookmarks window and the main window so that scrolling can occur in the main window while the bookmarks window is open. There was also a change to how screen draws are called. Rather than setting a flag and redrawing at every loop cycle, explicit draws are called by various functions. This amounts to more code (repeated code at that), but for the time being seems to be significantly more flexible. It also allows for certain actions to take place without redrawing the screen. Next up: trying to create a less blocked feeling using goroutines. The new draw system will allow this to work without needing to resort to a blocking channel.
sloum closed this pull request 2019-04-11 05:33:57 +00:00
sloum deleted branch main-refactor 2019-04-11 05:39:09 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sloum/bombadillo#1
No description provided.