Open rambip opened 2 years ago
I think it would be really cool to be able to export ncurses functions, and have zellij implement them. Imagine the number of terminal apps zellij could easilly package with that !
for curiosity, here are all the functions that ncurses export (libncurses.so): https://pastebin.com/997GpNNU
But a mot of programs use a very small part of them. For example: https://github.com/6112/cursesjs
Given how cool this project is, I tried to compile some existing terminal-based apps to wasi to use them inside zellij.
The issue is, support for ncurses is lacking for wasi right now.
Is it technically possible to provide a ncurses api in zellij, so that people could run terminal-based programs in zellij without worrying about the platform ?