This website works better with JavaScript
Home
Explore
Help
Register
Sign In
isundil
/
jsonStroller
Watch
1
Star
1
Fork
0
Files
Issues
0
Pull Requests
0
Labels
Milestones
New Issue
#36
Cache getScreenSize() result
Closed
opened
9 years ago
by
isundil
· 0 comments
isundil
commented
9 years ago
Avoid calling getScreenSize at each redraw, and update value on onResizeHandler.
Avoid calling getScreenSize at each redraw, and update value on onResizeHandler.
isundil
referenced this issue from a commit
9 years ago
[Refactor][Refs #36] Cache screenSize in splitted view
isundil
referenced this issue from a commit
9 years ago
[refactor][Closes #36] Cache screenSize in simple view
isundil
closed
9 years ago
isundil
referenced this issue from a commit
9 years ago
[bugfix][Refs #36] Fixed persistent screen size after resizing term while in background
isundil
referenced this issue from a commit
9 years ago
[quickfix][Refs #36] send SIGWINCH when term is resized from background
Sign in
to join this conversation.
Labels
Clear labels
bug
Critical
Enhancement
json Parser
Jsondiff
jsonstroll
Less important
Optimization
WIP
No Label
bug
Critical
Enhancement
json Parser
Jsondiff
jsonstroll
Less important
Optimization
WIP
Milestone
Clear milestone
No Milestone
v1.1.1
Assignee
Clear assignee
No assignee
isundil
1 Participants
Write
Preview
Loading...
Cancel
Save
There is no content yet.
Avoid calling getScreenSize at each redraw, and update value on onResizeHandler.