notcurses-info: line up logo/url with right

This commit is contained in:
nick black 2021-07-27 00:47:36 -04:00
parent 38da41d26c
commit f69a0eea58
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -281,7 +281,7 @@ unicodedumper(struct ncplane* n, const char* indent){
ncplane_set_fg_rgb(n, 0x00c0c0);
ncplane_set_styles(n, NCSTYLE_BOLD);
ncplane_cursor_move_yx(n, y - 11, 52);
ncplane_cursor_move_yx(n, y - 11, 54);
wviz(n, L"🯁🯂🯃https://notcurses.com");
ncplane_set_fg_default(n);
ncplane_set_styles(n, NCSTYLE_NONE);
@ -307,7 +307,7 @@ display_logo(struct ncplane* n, const char* path){
struct ncvisual_options vopts = {
.n = n,
.y = y - 3,
.x = 53,
.x = 54,
.blitter = NCBLIT_PIXEL,
.flags = NCVISUAL_OPTION_CHILDPLANE,
};