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

This commit is contained in:
nick black 2020-12-28 00:46:30 -05:00
parent 0ef4c63e17
commit 68f5ea711e
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

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