com.blockether/lanterna

Patched build of mabe02/lanterna 3.1.5 with PR #625 (emoji rendering in StreamBasedTerminal/AbstractTextGraphics) cherry-picked, plus Blockether-original fixes for BMP emoji-presentation width detection (✅, ⭐, ⚡, etc. counted as two terminal columns), VS-15 text-presentation width, and VS-16 terminal width overrides (☑️/🏷️/❤️ narrow by default). Drop-in replacement for com.googlecode.lanterna:lanterna:3.1.5 — same packages, same classes. Will be retired when upstream ships equivalent fixes.

Leiningen/Boot

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

Clojure CLI/deps.edn

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

Gradle

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

Maven

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