Open GoogleCodeExporter opened 9 years ago
Okay, are you trying to make a telnet-style TCP server with Lanterna? I know
it's possible, but I've never done it myself. You may need to create a new
class extending UnixTerminal or ANSITerminal and prevent it from running some
OS-specific calls.
In general, lanterna doesn't support native Windows very well, some limited
support for the Cygwin terminal.
Original comment by mab...@gmail.com
on 1 Dec 2013 at 2:04
It would be nice to know a solution for this problem. I'm using Windows 7 64
and i'm getting the same error.
Is there someone working on that one?
Original comment by cschu...@gmail.com
on 17 Jan 2014 at 2:20
Well, as stated above, native console on Windows isn't very well supported,
partly because it requires a native library to interact with some of the
low-level functions and I've tried to keep lanterna 100% native library-free.
But, you might be seeing this under a different environment, what is your setup?
Original comment by mab...@gmail.com
on 16 Feb 2014 at 7:29
Original issue reported on code.google.com by
miche...@gmail.com
on 23 Oct 2013 at 7:02