Skip to content

v2.18.0: Support embedding moor with your own screen

Latest

Choose a tag to compare

@walles walles released this 25 Aug 19:24
b01e25c

With this release, applications that embed moor can supply their own
twin.Screen via PageFromStreamWithScreen instead of moor always owning
the real terminal, and feed it input using the new NewEventRune,
NewEventKeyCode, and NewEventMouse constructors.

Also, this release bumps Go to 1.27, bringing in Unicode 17 support.