[ncplayer] name the rendered plane for debug

pull/1621/head
nick black 3 years ago
parent ad4763127e
commit eb04a7872a
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -373,6 +373,7 @@ int rendered_mode_player_inner(NotCurses& nc, int argc, char** argv,
// leave a line at the bottom. perhaps one day we'll put information there.
// for now, this keeps us from scrolling when we use bitmaps.
nopts.margin_b = 1;
nopts.name = "play";
nopts.resizecb = ncplane_resize_marginalized;
nopts.flags = NCPLANE_OPTION_MARGINALIZED;
for(auto i = 0 ; i < argc ; ++i){

Loading…
Cancel
Save