Replies: 3 comments 13 replies
|
That's really cool thanks, I think v2 (see v2_develop branch) is going to do away with curses dependency so that would resolve that particular issue. You may also be able to get around this by using |
3 replies
|
Very cool. I've been curious how much effort it would take to enable additional platform support like Thanks! |
10 replies
|
Damn cool. Thanks for this! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment




Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
results of trying Terminal.Gui (and others) on GhostBSD (FreeBSD)
Overview
Although FreeBSD it is not supported, since I am able to run a port of Code-OSS and also of .Net SDK 8.0 on GhostBSD 2024040.1 (FreeBSD 14.0-STABLE), I thought I'd try porting some of my .Net projects from Linux (Mint).
I'm not really expecting a fix; just putting this here for future reference/discussion. The Terminal.Gui Linux app I used is this one https://gitlab.com/sjsepan/TerminalGuiConsole1
Code-OSS
dotnet --info
All reactions