Skip to content

Hilbish v2.2.2

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Apr 16:09
· 45 commits to master since this release
40c3cec

Fixed

  • Line refresh fixes (less flicker)
  • Do more checks for a TTY
    • Panic if ENOTTY is thrown from readline
    • use x/term function to check if a terminal

Added

  • Page Up/Down keybinds for Greenhouse will now scroll up and down the size of the region (a page)

Changed

  • Remove usage of hilbish.goro in Greenhouse.
  • Values in hilbish table are no longer protected. This means
    they can be overridden. (#287)