Skip to content

v0.1.3

Latest
Compare
Choose a tag to compare
@slingamn slingamn released this 09 Sep 05:08
v0.1.3
01a3cc2

v0.1.3 includes an enhancement and some small fixes:

  • It is now possible to select and navigate through tab-completion candidates in pager mode (#65, #66, thanks @YangchenYe323!)
  • Fixed Home and End keys in certain terminals and multiplexers (#67, #68)
  • Fixed crashing edge cases in the Ctrl-T "transpose characters" operation (#69, #70)
  • Removed (Config).ForceUseInteractive; instead (Config).FuncIsTerminal can be set to func() bool { return true } (#71)