Skip to content

2.4.1

Compare
Choose a tag to compare
@jcubic jcubic released this 18 Apr 17:13
· 1144 commits to master since this release

Bugfix

  • show terminal content after it's resized when initially not visible (fix jumping of text)
  • fix pipe when using read + echo in first command and read in next
  • fix issue with jumping of terminal on keypress #486
  • fix hold key when key change fast (manifested by jumping to address bar on ALT+D) #485
  • fix scroll page when terminal don't have scrollbar #484
  • fix issue with call .complete(['cd']); because of default "clear" (moved code outside of complete)
  • fix Prism formatter when highlighted code have brackets
  • fix few async prompt issues including #474