Features
- Support
term.screen_{save,restrore}
- Support
term.style_{reset,bold,dim} etc. functions
- Support
term.color_{black,cran,light_cyan}, etc. functions
- For
term.{style,color}_* functions, pass in -d (done) to terminate the string with a reset code. This enables a pattern like so:
term.color_light_cyan 'four'
term.style_strikethrough "$REPLY"
term.style_inverse "$REPLY"
term.style_underline -dp "$REPLY"
- Support passing in
-p flag for all functions for automatically printing the REPLY variable to standard output