diff options
author | Benji Dial <benji6283@gmail.com> | 2021-03-01 22:35:26 -0500 |
---|---|---|
committer | Benji Dial <benji6283@gmail.com> | 2021-03-01 22:35:26 -0500 |
commit | 1d69a46f5d9823bbf2e6211ca367b409d2d5f7a7 (patch) | |
tree | a49a5498080551270a827a205cde49477d4d89ff /doc | |
parent | 6f1b50a4cc6c232ee505a543f006abb1c6cd33cf (diff) | |
download | portland-os-1d69a46f5d9823bbf2e6211ca367b409d2d5f7a7.tar.gz |
minimal file writing, shutdown keybinding (Win+Shift+Q)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ints.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ints.txt b/doc/ints.txt index 631ed52..095298f 100644 --- a/doc/ints.txt +++ b/doc/ints.txt @@ -60,6 +60,8 @@ table 1: wait ipc read | 0x17 | | reading task | | | | is task running | 0x18 | boolean | task handle | | | | get timestamp | 0x19 | secs since 2000 | | | | | + file write | 0x1a | written | handle | file offset | count | buffer | + set file size | 0x1b | | handle | new file size | | | table 2: |