MultiMUD
MultiMUD
FYI: lanterna GUI component support is on the roadmap for 0.11.0 (the release after we've released a lanterna3-based clojure-lanterna)
v0.10.0 will include this: ```clojure (require '[lanterna.terminal :as t] '[lanterna.api :as api]) (let [term (-> (t/get-terminal :swing) api/start) stroke (api/get-stroke term)] (api/stop term) stroke) ;; hitting alt-a (on BSD) =>...
@fromheten backwards compatibility was a requirement when handing over the repository & project from @sjl. To achieve this, there will be a split in API between 0.9.7 (current and last...
Indeed. I'd consider it a bug if it isn't (save for the one-offs that make programming and design so beautiful :) )