tractordev / wanix

Experimental, local-first, web-native, Unix-like development environment
https://wanix.sh
MIT License
206 stars 11 forks source link

starts terminal resizing, adds env vars needed to start micro #50

Closed progrium closed 7 months ago

progrium commented 7 months ago

add resize syscall, but only impacts new processes. include ROWS, COLS, and TERM env vars. this should be enough for getting programs like micro to start, but to actually resize the terminal while running will require a solution for signals.

closes #36 for purposes of unblocking #6