feat: add edit keybind

This commit is contained in:
LordMZTE 2022-09-02 17:10:50 +02:00
parent ca74e717c8
commit cb510b2d6b
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6

View file

@ -166,6 +166,7 @@ fn tryRender(cols: usize) !void {
try pl.draw(.{ .text = "", .style = single_style });
try pl.draw(.{ .text = " ", .style = single_style });
try pl.draw(.{ .text = "u/d | ﯕ ", .style = single_style });
try pl.draw(.{ .text = "e | ", .style = single_style });
try pl.draw(.{ .text = " |  ", .style = single_style });
},