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://jasonwoof.com/gitweb/?a=commitdiff_plain;h=1b514048b254827f1a83c05e1b2a2428bf31924e;hp=1b514048b254827f1a83c05e1b2a2428bf31924e;p=st.git 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. ---