ncplayer: fill in bottom line #1733

pull/1749/head
nick black 3 years ago committed by Nick Black
parent da9293fef1
commit e6661bdd3b

@ -382,11 +382,6 @@ int rendered_mode_player_inner(NotCurses& nc, int argc, char** argv,
ncchannels_set_bg_alpha(&transchan, CELL_ALPHA_TRANSPARENT);
stdn->set_base("", 0, transchan);
struct ncplane_options nopts{};
// 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.
if(nopts.margin_b == 0){
//nopts.margin_b = 1;
}
nopts.name = "play";
nopts.resizecb = ncplane_resize_marginalized;
nopts.flags = NCPLANE_OPTION_MARGINALIZED;

Loading…
Cancel
Save