demo: move HUD over by 2, don't block legend

pull/1259/head
nick black 4 years ago
parent 0ef4c63e17
commit 68f5ea711e
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -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,

Loading…
Cancel
Save