try wider

pull/6/head
dvkt 5 years ago
parent d941cb3a34
commit f291b0f50c

@ -25,7 +25,7 @@ pub type Key = termion::event::Key;
pub type Page = Box<dyn View>;
pub const SCROLL_LINES: usize = 15;
pub const MAX_COLS: usize = 72;
pub const MAX_COLS: usize = 80;
pub struct UI {
views: Vec<Page>, // loaded views

Loading…
Cancel
Save