From 1d69a46f5d9823bbf2e6211ca367b409d2d5f7a7 Mon Sep 17 00:00:00 2001 From: Benji Dial Date: Mon, 1 Mar 2021 22:35:26 -0500 Subject: minimal file writing, shutdown keybinding (Win+Shift+Q) --- doc/ints.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') 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: -- cgit v1.2.3