From eb04a7872ad0f2e6ae56d9b924bd9ae72c2b158c Mon Sep 17 00:00:00 2001 From: nick black Date: Sat, 1 May 2021 16:38:28 -0400 Subject: [PATCH] [ncplayer] name the rendered plane for debug --- src/player/play.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/player/play.cpp b/src/player/play.cpp index 1d8bc4025..57b0b1c0a 100644 --- a/src/player/play.cpp +++ b/src/player/play.cpp @@ -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){