zoo: break up lines

This commit is contained in:
nick black 2020-08-25 09:09:48 -04:00
parent 70a28feb63
commit 902d8472e8
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -189,7 +189,7 @@ selector_run(struct notcurses* nc, struct ncreader* reader, struct ncselector* s
"Notcurses provides several widgets to quickly build vivid TUIs.\n\n"
"This NCReader widget facilitates free-form text entry complete with readline-style bindings.\n\n"
"NCSelector allows a single option to be selected from a list.\n\n"
"NCFdplane streams a file descriptor, while NCSubproc spawns a subprocess and streams its output. ";
"NCFdplane streams a file descriptor, while NCSubproc spawns a subprocess and streams its output.\n\n";
int ret = 0, dimy, dimx;
ncplane_dim_yx(notcurses_stdplane(nc), &dimy, &dimx);
const int centery = (dimy - ncplane_dim_y(ncreader_plane(reader))) / 2;