aboutsummaryrefslogtreecommitdiffstats
path: root/c_init.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-01-08 20:20:20 +0100
committerJoe <rbo@gmx.us>2024-01-08 20:20:20 +0100
commit17b7d77493da530519c087d7a8168981afb406de (patch)
treefe8649fecd46774fa9b89e5a44ce48825de18f7b /c_init.go
parentok good (diff)
downloadhardflip-17b7d77493da530519c087d7a8168981afb406de.tar.gz
hardflip-17b7d77493da530519c087d7a8168981afb406de.tar.bz2
hardflip-17b7d77493da530519c087d7a8168981afb406de.tar.xz
hardflip-17b7d77493da530519c087d7a8168981afb406de.tar.zst
hardflip-17b7d77493da530519c087d7a8168981afb406de.zip
pretty fast
Diffstat (limited to 'c_init.go')
-rw-r--r--c_init.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/c_init.go b/c_init.go
index db6001f..9dbb45b 100644
--- a/c_init.go
+++ b/c_init.go
@@ -43,7 +43,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*
* hardflip: src/c_init.go
- * Mon Jan 08 11:53:48 2024
+ * Mon Jan 08 13:39:08 2024
* Joe
*
* init functions
@@ -128,5 +128,6 @@ func c_load_litems(ldirs *DirsList) *ItemsList {
litems.head.prev = nil
}
litems.curr = litems.head
+ litems.draw_start = litems.head
return &litems
}