config/packages/apps/neovim-gtk/double-width-popups.patch
2022-02-05 20:47:50 +01:00

13 lines
369 B
Diff

diff --git a/src/shell.rs b/src/shell.rs
index c631762..7319c1d 100644
--- a/src/shell.rs
+++ b/src/shell.rs
@@ -1577,7 +1577,7 @@ impl State {
level_idx: level,
x,
y,
- width,
+ width: width*8,
height,
max_width: self.max_popup_width(),
};