termansi 0.5.0
termansi: ^0.5.0 copied to clipboard
Collection of ANSI escape sequences definitions for terminal applications.
0.5.0 #
- added: OSC 9;4 - set progress bar in tab/taskbar (
setProgress,clearProgress,ProgressState) - added: CSI ? 996 n - query color scheme preference; reply is
CSI ? 997 ; Ps n - added: CSI ? 2031 h/l - enable/disable color scheme update notifications
- added: CSI ? 2048 h/l - enable/disable in-band resize events
- added: CSI ? 2048 $ p - query in-band resize support (DECRQM)
- added: CSI ? 2004 $ p - query bracketed paste status (DECRQM)
- added: CSI > c - query secondary device attributes (DA2)
0.4.0 #
- added: CSI 2027 - unicode core
- added: CSI 2024 - bracketed paste mode
- refactor: Changed ansiHex and x11Colors to use integers instead of strings to avoid conversion BREAKING CHANGE
- refactored: changes field definitions to const
- feat: added assertions to improve development issues detection
- fix: fixed disableMousePixelsEvents definition
- refactor: unify multiple functions to reset underlines under resetUnderlineStyle
- refactor: renamed trueColor() to trueColorFg() for consistency BREAKING CHANGE
0.3.1 #
- fixed analysis warnings
- updated dependencies
0.3.0 #
- added: text style attributes
0.2.0 #
- added: CSI!p - Soft terminal reset
- added: CSI14t - Read terminal size in pixels
- added: OSC52 - clipboard support
0.1.1 #
- Comply with pub.dev analysis
0.1.0 #
- Initial version.