mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
80x25
This commit is contained in:
parent
e13569df93
commit
2432f27e8c
3 changed files with 11 additions and 6 deletions
|
|
@ -13,8 +13,8 @@ impl<'a> LauncherGridView<'a> {
|
|||
Self { state, buf, area, separator, focused }
|
||||
}
|
||||
pub fn draw (&mut self) -> Usually<Rect> {
|
||||
self.separator_h(0, false);
|
||||
self.separator_h(2, false);
|
||||
//self.separator_h(0, false);
|
||||
//self.separator_h(2, false);
|
||||
self.separator_h((self.state.cursor.1 * 2) as u16, true);
|
||||
self.separator_h(((self.state.cursor.1 + 1) * 2) as u16, true);
|
||||
draw_box_styled(self.buf, self.area, Some(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue