You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Execution error (IllegalArgumentException) at java.awt.image.DirectColorModel/createCompatibleWritableRaster (DirectColorModel.java:1016).
Width (0) and height (0) cannot be <= 0
This happens as soon as I call flush when using the SwingTerminalFrame produced by createSwingTerminal against the DefaultTerminalFactory.
The text was updated successfully, but these errors were encountered:
Can you try SwingTerminalTest which in bundled inside the Git repo in the test directory and see if that also fails? This might be a problem in how the window is setup rather than the library.
I would be happy to test this, but I'm not sure how to run this test. Is there a test runner? BTW, I am a Clojure dev and my java skills are limited...
Using lanterna 3.1.1, I consistently get:
This happens as soon as I call
flush
when using theSwingTerminalFrame
produced bycreateSwingTerminal
against theDefaultTerminalFactory
.The text was updated successfully, but these errors were encountered: