diff --git a/src/demo/hud.c b/src/demo/hud.c index c6e64d001..4e917e1b0 100644 --- a/src/demo/hud.c +++ b/src/demo/hud.c @@ -396,7 +396,7 @@ struct ncplane* hud_create(struct notcurses* nc){ int yoffset = dimy - HUD_ROWS; struct ncplane_options nopts = { .y = yoffset, - .x = 7, + .x = 9, .rows = HUD_ROWS, .cols = HUD_COLS, .userptr = NULL,