feat: add remaining styles to libvaxis renderer
This commit is contained in:
parent
1cd3cb17ce
commit
ec1fcd475b
3 changed files with 57 additions and 45 deletions
|
@ -76,7 +76,7 @@ pub fn run(self: *Self) !void {
|
|||
}
|
||||
|
||||
pub fn render(self: *Self) !void {
|
||||
self.vx.queueRefresh(); // FIXME: why do differential updates not work?
|
||||
self.vx.queueRefresh(); // FIXME: differential updates may break if we overflow the output buffer and get a WouldBlock
|
||||
return self.vx.render();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue