URI: 
       SyncTerm works better without dcs macros. - icy_draw - icy_draw is the successor to mystic draw. fork / mirror
  HTML git clone https://git.drkhsh.at/icy_draw.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 7a2da27221108a909378a950a07e9906014f3288
   DIR parent ca4086a28e865ac440cd2e050cddeaa3b3850938
  HTML Author: Mike Krüger <mkrueger@posteo.de>
       Date:   Fri, 29 Sep 2023 12:29:23 +0200
       
       SyncTerm works better without dcs macros.
       
       Diffstat:
         M crates/icy_play/src/main.rs         |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/crates/icy_play/src/main.rs b/crates/icy_play/src/main.rs
       @@ -17,7 +17,7 @@ pub enum Terminal {
        
        impl Terminal {
            pub fn use_dcs(&self) -> bool {
       -        matches!(self, Terminal::IcyTerm | Terminal::SyncTerm)
       +        matches!(self, Terminal::IcyTerm)
            }
        
            fn can_repeat_rle(&self) -> bool {