Skip to content
Snippets Groups Projects
Forked from redox-os / termion
826 commits behind the upstream repository.
  • ticki's avatar
    e36ff1c7
    Termion 1.0.0: Complete overhaul of how escape codes are handled, add truecolor support. · e36ff1c7
    ticki authored
    This commit is a major semver bump. Every progra utilizing escape codes generated by Termion is likely broken. The main change is to make each escape has their own type implementing the Display trait.
    
    - Use formatters, mainly Display for escapes.
    
    - Add Truecolor support (`color::Rgb`).
    
    - Put each primitive into distinct modules.
    
    - Add is_tty for checking if some stream is a TTY.
    
    - Add multiple new examples.
    e36ff1c7
    History
    Termion 1.0.0: Complete overhaul of how escape codes are handled, add truecolor support.
    ticki authored
    This commit is a major semver bump. Every progra utilizing escape codes generated by Termion is likely broken. The main change is to make each escape has their own type implementing the Display trait.
    
    - Use formatters, mainly Display for escapes.
    
    - Add Truecolor support (`color::Rgb`).
    
    - Put each primitive into distinct modules.
    
    - Add is_tty for checking if some stream is a TTY.
    
    - Add multiple new examples.