Gautham
Gautham
> The build you posted disables (at least) color support, and I can't coerce it to support color by passing a different TERM variable. Yup, the patch explictly ignores `TERM`...
The recent commit https://github.com/ahgamut/superconfigure/commit/0f84e60ccf559c71f2ce813a92ee629f7d1d5542 now adds most of the flags specified in the MSYS2 builds, and makes `nano` set `TERM=rxvt` if not specified already. Not sure if this fixes the...
what happens if renamed to `nano.com` and run it in a Command Prompt window (without busybox)?
Okay, we'll just keep `TERM=vt100` for nano for now. @stianhoiland Do `vim` / `emacs` have the same flickering issue on Conhost/Windows Terminal? If so the issue may be due to...
Okay I explicitly enabled mouse support in https://github.com/ahgamut/superconfigure/commit/1a5d0ab8b2f572f65988b9f7de42c5831f1f4c5b, try the build [here](https://github.com/ahgamut/superconfigure/actions/runs/15360306864). (I don't think this fixes the color issue).
Mouse support started working on Linux once it was explicitly enabled 🤔 Still not sure where the display bug is. I'll take another look at the build in the weekend.
`busybox` was one of the early attempted ports :) I think it's possible to get a minimal working version if someone patched [this file](https://github.com/mirror/busybox/blob/2d4a3d9e6c1493a9520b907e07a41aca90cdfd94/libbb/u_signal_names.c#L88) to just use a big `switch`...
`toybox` has been added: debug build available [here](https://github.com/ahgamut/superconfigure/actions/runs/15618952619). I have only added a minimum set of commands.