summaryrefslogtreecommitdiff
path: root/src/user/app/vterm
AgeCommit message (Collapse)Author
2023-02-23build: don't -Isrc/ in user codedzwdz
2022-12-25user/lib: reorganize a few header filesdzwdz
2022-09-20shared: rename ufs_request to better fit its role in userlanddzwdz
The old name could have suggested that it held a response to a request received by fs_wait. The new name is unfortunately very similar to the `struct vfs_request` already used internally in the kernel, but it's better at conveying that it contains a filesystem request yet to be handled. vfs_request - virtual filesystem request (a bad name in hindsight) ufs_request - user filesystem request
2022-08-26shared: memmovedzwdz
2022-08-19syscall/fs_wait: return a handle for each requestdzwdz
2022-08-08user/lib: shared libdraw for framebuffer handlingdzwdz
2022-08-06user/vterm: 2d flushingdzwdz
2022-08-06user/vterm: fix crash on 1920x1080dzwdz
2022-08-06make snprintf shared; dynamic resolution supportdzwdz
2022-08-05user/libc: fseek + ftell for getting a file's sizedzwdz
2022-08-02user/vterm: split into separate filesdzwdz
2022-08-02user: separate ansiterm/vterm out into its own binarydzwdz