Skip to content

2.7.2

Compare
Choose a tag to compare
@ajalt ajalt released this 28 Jul 19:57
· 46 commits to master since this release

2.7.2

Fixed

  • Fixed raw mode on macOS for JVM and native not using the correct termios constants. (#180)
  • Raw mode on macOS and Linux will now report the ESC ESC sequence as an Escape key event.
  • Fixed raw mode on GraalVM native image not compiling with musl libc. Contributed by @hubvd (#189)