Block a user
642eb9adf1
reduced redraw to two draw calls, four colour calls, and one get call: draw line, get character, invert colours for cell
f95124996c
moved all readline analogs into the buffer module
1cc220d38e
made io.input open buffers with mode t, for use with readline coming soonTM
87596c8834
add os.getTimeout() function to ask how long the scheduler waits between running processes
bc951a5ff1
ed and VE: add command Y
8f0e51a21c
VE: make D copy first deleted line to IBUF
6a6c59300e
VE: make ACC reset after each non-digit keystrokes
c16c5c98ce
Improve usage docs
1adfd0c1a6
ed: make X and E cut to IBUF
f90e03b0cb
ed: free some blocks for the docs
64ce8ab3e9
ed: Improve F with repeated searches
54bc2e4b96
CONTRIBUTING: add note about typo PRs
4d893d90fc
VE: Improve I and F buffer typing
ae954906d8
Make blkpack close files when it's done reading them (#108)
48f371d380
emul: add sanity check for blkfs
bcddfd461d
blkpack: Remove usage of nonstandard d_type
a36db99651
VE: properly initialize variables
b2b556911f
trs80: implement AT-XY
ab76d8d648
VE: add 'D'
ba1bf9339d
made vtunnel not crash the machine, more actual testing is required
d0378582ae
import unionfs library from main PsychOS repo
e9176c0c6c
import preproc from main PsychOS repo
2fbee483b2
move actual preproc lib into folder rather than symlinking to the version in lib/, a better solution will be considered later
92084e8c90
remove vcomponent and vtunnel because they are now included in the PsychOSPackages repo
21f40b3f3c
make pkgman remove system packages
9983acb267
clean up pkgman.upgrade
c6016cd429
VE: fix buffer overflow with 'f' and make 'H' and 'L' affect 'f'
b22ab8437b
VE: add command 'f'
204a66277e
VE: replace 'W' with 'b' and implement 'W' and 'B'
6a39fe1743
made rc search for services in the pkgfs
45c70cbaa6
made require search the pkgfs if available
89ab49faf6
made pkgman cleanly remove packages before updating them
f86f7d54ad
add pkgfs.component.exists and do automounting of archives
4e3df481cc
attempt to force the internet card to work (ha\!)