From 162248fcaa8f04baf304bbce39ce9a03865bea21 Mon Sep 17 00:00:00 2001 From: nick black Date: Tue, 13 Apr 2021 11:30:00 -0400 Subject: [PATCH] [ncplayer] put blitter changes into effect at media's end #1529 --- src/player/play.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/player/play.cpp b/src/player/play.cpp index e7b85e8e0..5a9322497 100644 --- a/src/player/play.cpp +++ b/src/player/play.cpp @@ -410,6 +410,7 @@ int rendered_mode_player_inner(NotCurses& nc, int argc, char** argv, --i; nc.refresh(nullptr, nullptr); }else if(ie >= '0' && ie <= '6'){ + blitter = vopts.blitter = static_cast(ie - '0'); --i; // rerun same input with the new blitter }else if(ie >= '7' && ie <= '9'){ --i; // just absorb the input