Skip to content

FastTerminal 0.1.8

Latest

Choose a tag to compare

@andrestubbe andrestubbe released this 26 Jul 10:11

FastTerminal 0.1.8 Release

  • Native JNI FastStyle Engine Integration: Fully integrated FastStyle bitmask cell formatting (UNDERLINE, BOLD, ITALIC, STRIKETHROUGH, BLINK, INVERT) into the native C++ double-buffering renderer ( astterminal.cpp / astterminal.dll).
  • JNI Signature Expansion: Expanded
    enderAnsiNative JNI contract to receive compositeStyles and prevStyles primitive byte arrays via zero-allocation GetPrimitiveArrayCritical pointers.
  • Native ANSI SGR Style Emitter: Implemented inline C++ emitStyle sequence generator supporting state-minimized ANSI SGR escape codes (\033[4m for native terminal underlines).