chore: basic port to new zellzig version

this currently does nothing except make this compile
support for dynamic keybinds and so on is on my TODO list!
This commit is contained in:
LordMZTE 2022-08-03 00:09:02 +02:00
parent a88bac8d3c
commit a4ff056fd0
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6

View file

@ -226,6 +226,9 @@ fn tryRender(cols: usize) !void {
}),
});
},
else => {
// TODO
},
}
try pl.finish();