com.blockether/lanterna

Patched build of mabe02/lanterna 3.1.5 with PR #625 (emoji rendering in StreamBasedTerminal/AbstractTextGraphics) cherry-picked, plus Blockether-original width fixes using STANDARD Unicode widths: BMP Emoji_Presentation=Yes glyphs and genuine astral/surrogate emoji count as two columns; VS-15 text-presentation stays one column; VS-16 on text-default BMP symbols (warning sign, ballot box, heart) and bare geometric/symbol glyphs (circles, media triangles) stay ONE column so they do not over-count and shove following cells / borders out of alignment; East-Asian-Ambiguous (EAW=A) is one column by default (opt in with -Dlanterna.eastAsianAmbiguousWide=true); control chars degrade to a space instead of throwing. Drop-in replacement for com.googlecode.lanterna:lanterna:3.1.5 - same packages, same classes. Retire when upstream ships equivalent fixes.

Leiningen/Boot

[com.blockether/lanterna "3.1.5-vis.12"]

Clojure CLI/deps.edn

com.blockether/lanterna {:mvn/version "3.1.5-vis.12"}

Gradle

implementation("com.blockether:lanterna:3.1.5-vis.12")

Maven

<dependency>
  <groupId>com.blockether</groupId>
  <artifactId>lanterna</artifactId>
  <version>3.1.5-vis.12</version>
</dependency>