How many text editors are - terminal (TUI) - - run on windows I think possibly...
How many text editors are
- terminal (TUI)
- #python
- run on windows
I think possibly babi and what else?
Everyone is writing linux only curses even though there is a way to do cursons on windows.
Self-replies
Almost all python TUI editors are curses based. Only babi imports windows-curses as a drop in replacement. But the drop in replacement doesn't work with existing curses-dependent apps because of even more linux-only imports.
Sigh.