Live data from Hacker News

A modern port of Turbo Vision 2.0

github.com

1–10 of 19 posts

Re: A modern port of Turbo Vision 2.0

#6
How nice! It has been a few years since I started thinking of doing something similar. I have used Turbo Vision a lot in the past, both within Turbo Pascal and Turbo C++. This project seems very solid: I enjoyed reading how much care was spent in dealing with UTF8 encoding!

Re: A modern port of Turbo Vision 2.0

#10
Awesome. Loved Turbo Pascal back in the day.

A port happened before didn't it? I remember setedit and rhide about twenty years ago. At that time I was desperate for a CUA editor under Linux. So, I stripped down setedit and made my own simple editor in the tradition of dos edit and nano. That worked for a number of years but the tvision? lib was removed from Debian and I couldn't build the editor any longer.

Couple of years later I found the ne editor and that was decent, and two or so years ago found micro, which is better than I could do myself. But these others are all missing that special something, the final polish of having a complete widget set like turbo vision.

Looks like this port got a lot farther on Unicode, awesome! However, 16 colors? Don't think I can handle that any longer, just too spoiled. And C++, am too lazy, haha. Unlikely anyone is using DOS any longer, maybe freedos but still. Also, windows console is in maintenance only these days. Everyone is moving to Windows terminal and for good reason. Focus on win console instead of full ansi support may be suboptimal, not sure yet.

All in all my dream would be to perhaps port Qt to a TUI or make a wxTerminal so we could write apps in Python as well. Without funding though will probably never happen.

Post reply on HN