Skip to content

r20

Compare
Choose a tag to compare
@gokcehan gokcehan released this 30 Jan 16:24

Changelog

  • (Breaking) A new mouse option is added to enable mouse events. This option is disabled by default to leave mouse events to the terminal. Also unbind mouse events when mouse is enabled should now show unknown mapping error in the message line.
  • (Fix) Newline characters in the output of % commands should no longer shift the content up which was a bug introduced in the previous release due to a fix to handle combining characters in texts.
  • (Fix) Redundant preview loadings for search and find commands are now avoided (by @neeshy).
  • (Fix) Scanner now only considers ascii characters for spaces and digits which should avoid unexpected splits in some non-ascii inputs.