summaryrefslogtreecommitdiff
path: root/rc/bin/screenrc
AgeCommit message (Collapse)Author
2018-07-14screenrc: bind '#v' when not already done (for cpu servers)cinap_lenrek
2015-09-20libdraw, 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-05move screen and mouse setup code to /rc/bin/screenrccinap_lenrek