summaryrefslogtreecommitdiffstats
path: root/popup.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2022-02-22 14:01:10 +0000
committerThomas Adam <thomas@xteddy.org>2022-02-22 14:01:10 +0000
commit2be54886932e6214dfd67ba0b6d8c21fdaff4409 (patch)
tree9a5b87c33a0239640c98b11a38bd30d57143f593 /popup.c
parent88d9a8fc053a6653c78211690e5796c601bdba01 (diff)
parentfa71e9a07911715da596d618fe045943337c596b (diff)
Merge branch 'obsd-master' into master
Diffstat (limited to 'popup.c')
-rw-r--r--popup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/popup.c b/popup.c
index 5522df3e..2e57153d 100644
--- a/popup.c
+++ b/popup.c
@@ -689,7 +689,7 @@ popup_display(int flags, enum box_lines lines, struct cmdq_item *item, u_int px,
}
pd->border_cell.attr = 0;
- screen_init(&pd->s, sx - 2, sy - 2, 0);
+ screen_init(&pd->s, jx, jy, 0);
colour_palette_init(&pd->palette);
colour_palette_from_option(&pd->palette, global_w_options);