mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 01:29:05 -04:00
demo: move HUD over by 2, don't block legend
This commit is contained in:
parent
0ef4c63e17
commit
68f5ea711e
@ -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…
x
Reference in New Issue
Block a user