From e6661bdd3b696160711baeadc916f9021cf6d498 Mon Sep 17 00:00:00 2001 From: nick black Date: Wed, 9 Jun 2021 20:14:27 -0400 Subject: [PATCH] ncplayer: fill in bottom line #1733 --- src/player/play.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/player/play.cpp b/src/player/play.cpp index aaaec107f..023f97a8e 100644 --- a/src/player/play.cpp +++ b/src/player/play.cpp @@ -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;