Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-14 | screenrc: bind '#v' when not already done (for cpu servers) | cinap_lenrek | |
2015-09-20 | libdraw, screenrc: bind devdraw and devmouse in screenrc instead of handling ↵ | cinap_lenrek | |
it in libdraw libdraw was attempting to bind '#i' and '#m' to /dev when it could not find /dev/mouse or /dev/draw. a library shouldnt be that clever and do namespace manipulations on behalf of the caller. so instead, we setup the graphics environment in screenrc on boot time. | |||
2015-09-05 | move screen and mouse setup code to /rc/bin/screenrc | cinap_lenrek | |