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
That one would be quite useful to have a "more portable" option to run the same port on different terminals on different OS.
I don't remember a general issue that would hinder the integration (other than some changed defaults, but those should mostly reside in the pdcurses folder which likely don't need much changes for that integration).
@wmcbrine Any thoughts about that? Would you likely integrate a big PR to "just get that in" (I'd try to do that with git filter-branch --subdirectory-filter vt to get all changes in the folder in, then merge single changes to the pdcurses folder where reasonable / do separate commit(s) to add the necessary glue)?
@Bill-Gray Do you see any general issues with that?
The text was updated successfully, but these errors were encountered:
@GitMensch - I'll leave the desirability of doing this to you and William. I'd be inclined to say that if you wanted the VT (or various other ports), you could just use PDCursesMod, and I could imagine William being of the same opinion.
If it were deemed desirable, though, I think this would be doable with only minor surgery on the code... except possibly for the color handling. That bit could take some effort. And there may be other bits and bobs that would trip you up; PDCurses and PDCursesMod really have drifted apart a bit in recent years.
https://github.com/Bill-Gray/PDCursesMod/tree/master/vt
That one would be quite useful to have a "more portable" option to run the same port on different terminals on different OS.
I don't remember a general issue that would hinder the integration (other than some changed defaults, but those should mostly reside in the pdcurses folder which likely don't need much changes for that integration).
@wmcbrine Any thoughts about that? Would you likely integrate a big PR to "just get that in" (I'd try to do that with
git filter-branch --subdirectory-filter vt
to get all changes in the folder in, then merge single changes to the pdcurses folder where reasonable / do separate commit(s) to add the necessary glue)?@Bill-Gray Do you see any general issues with that?
The text was updated successfully, but these errors were encountered: