Added htop TUI to NephilimOS, fixed GPF crash on exit
Takeaway: Next time I'd tell it up front to match the existing input-loop pattern (blocking getChar, like quill and the shell) instead of letting it invent a getKeyNonBlock busy-poll — that's what caused the GPF on quit.