I'm new to both Clojure and Lighttable. I'm following along with the Casting SPELs in Clojure tutorial. Although Lighttable is doing a great job of displaying all this dynamic data for me (most let me hover to view full text), it truncates the descriptions of rooms/items.
Here's a snip of what I'm looking at. The descriptions appear in the green text. The first one, describing the living-room, displays completely. But later on, the tutorial introduces functions and macros for printing more complicated descriptions, and they truncate as seen here when describing paths. Hovering doesn't display full text.
I haven't found a lot of documentation for Lighttable, so I'm not sure specifically why it's doing this or how to change it. It might be something Clojure-specific that I don't understand, but the tutorial uses a regular REPL and displays everything just fine.