ref: d831cb7c1deb4699a6465eb76cca5c5158233325
dir: /Readme.md/
# drawfs **This project is in early development stages. Expect lots of bugs!** ## Usage notes ### Run drawfs - It's best to just use `cd drawfs && t.rc`, but you can do it manually: - `cd drawfs` - `X.out -n test` - `mount /srv/drawfs.test /dev` - run a graphical program, tested with `clock` ### Run drawmgr in a separate window - `cd drawmgr` - `X.out -n test` - for now, 'q' and 'Del' exit the program - 'r' is supposed to refresh the screen manually ## Planned features - `mousefs`: mouse(3) replacement - `consfs`: limited cons(3) replacement, for keyboard input - maybe more ## Known Bugs - only one and the first drawfs client can connect - after drawing, the screen image isn't updated