mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-06 03:20:26 +00:00
zoo: break up lines
This commit is contained in:
parent
70a28feb63
commit
902d8472e8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user