diff options
| author | dam <dam@gudinoff> | 2024-02-28 00:03:27 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2024-02-28 00:03:27 +0000 |
| commit | d828e742d7702c7e2698db4371012a49dfeb95d5 (patch) | |
| tree | 23c0004ca8e421f79978a5b06e817ffd960a1788 | |
| parent | 6a28cf6fb30f96d540b3ecbfd53b9e20ef61869d (diff) | |
| download | task-time-tracker-d828e742d7702c7e2698db4371012a49dfeb95d5.tar.zst task-time-tracker-d828e742d7702c7e2698db4371012a49dfeb95d5.zip | |
Moved custom modules to newly supported local modules folder.
| -rw-r--r-- | modules/Integer_Saturating_Arithmetic.jai (renamed from Integer_Saturating_Arithmetic.jai) | 0 | ||||
| -rw-r--r-- | modules/TUI/module.jai (renamed from TUI/module.jai) | 2 | ||||
| -rw-r--r-- | modules/TUI/unix.jai (renamed from TUI/unix.jai) | 0 | ||||
| -rw-r--r-- | modules/TUI/windows.jai (renamed from TUI/windows.jai) | 0 | ||||
| -rw-r--r-- | ttt.jai | 2 |
5 files changed, 2 insertions, 2 deletions
diff --git a/Integer_Saturating_Arithmetic.jai b/modules/Integer_Saturating_Arithmetic.jai index 74643e0..74643e0 100644 --- a/Integer_Saturating_Arithmetic.jai +++ b/modules/Integer_Saturating_Arithmetic.jai diff --git a/TUI/module.jai b/modules/TUI/module.jai index c8fff63..d986eaf 100644 --- a/TUI/module.jai +++ b/modules/TUI/module.jai @@ -244,7 +244,7 @@ Keys :: struct #type_info_none { ... */ - WIP HERE + // WIP HERE F1 : Key : #run to_key("\eOP"); F2 : Key : #run to_key("\eOQ"); diff --git a/TUI/unix.jai b/modules/TUI/unix.jai index 861fe11..861fe11 100644 --- a/TUI/unix.jai +++ b/modules/TUI/unix.jai diff --git a/TUI/windows.jai b/modules/TUI/windows.jai index f79a5cf..f79a5cf 100644 --- a/TUI/windows.jai +++ b/modules/TUI/windows.jai @@ -24,8 +24,8 @@ #import "File"; #import "File_Utilities"; #import "String"; +#import "Integer_Saturating_Arithmetic"; TUI :: #import "TUI"; -#load "Integer_Saturating_Arithmetic.jai"; // TODO List: |
