aboutsummaryrefslogtreecommitdiff
path: root/src/view_stack.zig
AgeCommit message (Collapse)AuthorFilesLines
2020-04-13Allow storing *View in ViewStackIsaac Freund1-157/+161
This is done in preparation for implementing focus stacks.
2020-04-04Remove len field from ViewStackIsaac Freund1-16/+1
This is misleading as unmapped views should be ignored
2020-04-04Test ignoring unmapped viewIsaac Freund1-13/+18
2020-04-04Add empty iteration testsIsaac Freund1-0/+18
2020-04-04Add a data structure to manage the view stackIsaac Freund1-0/+384