Commit Graph

4 Commits (71aac290c14f91dd2382f2c14bcd75db97c34c3e)

Author SHA1 Message Date
Christian Burger 71aac290c1 forgot `returns` in macros
I think that might be the culprit for the segmentation fault in Nix
(see #44). Chances are good, because the when I fixed the problem, I
bypassed those faulty macros.
2022-05-27 14:16:12 +02:00
Christian Burger 0a086ff604 horizontal window manager now resizes correctly
Window managers are now descendants of windows instead of owning the
window in which they exist. This makes a clean window hierarchy.
2022-05-08 22:52:23 +02:00
Christian Burger 792f12c96c created abstract class `TilingWindowManager`
`TilingWindowManager` was created from `VerticalTilingWindowManager` and
separated its functionality so that there can be a
`HorizontalTilingWindowManager` next.
2022-05-08 20:57:48 +02:00
Christian Burger 1357a7f6bf renamed to project to `kNCurses` 2022-05-06 22:42:09 +02:00