From: Ivan Delalande Date: Sat, 14 Feb 2015 23:34:03 +0000 (+0100) Subject: Let curses do the dirty work for flash X-Git-Url: https://git.xinqibao.xyz/st.git/commitdiff_plain/1b514048b254827f1a83c05e1b2a2428bf31924e?ds=inline;hp=1b514048b254827f1a83c05e1b2a2428bf31924e Let curses do the dirty work for flash Use the terminfo delay syntax ($) in our flash capability to avoid hardcoding a fixed delay in redraw() when called from tsetmode() with DECSCNM. We need to turn on the npc capability so that delays are made with xon/xoff instead of padding characters. ---