> <important> > DON'T HIT delete key IN THIS WINDOW. IT WILL KILL venti. > </important>
Venti remains interruptible even when running in the background -
bug or feature? If it's a bug, I reckon this is the fix:
===============
/sys/src/cmd/venti/venti.c:80,85 - venti.c:80,88
if(config == nil)
config = "venti.conf";
> if(background)
> rfork(RFNOTEG);
>
vtAttach();
if(!initArenaSum())
===============
-- Richard
