Skip to content

v0.4.0

Compare
Choose a tag to compare
@hyperupcall hyperupcall released this 31 Jul 05:10
· 26 commits to main since this release
v0.4.0
cc19c9a

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