This website requires JavaScript.
Explore
Help
Sign In
yves-biener
/
zterm
Watch
1
Star
0
Fork
0
You've already forked zterm
Code
Issues
Pull Requests
Actions
Wiki
Activity
All Workflows
release.yaml
test.yaml
Actor
All actors
yves-biener
Status
All status
Success
Failure
Waiting
Running
mod: adapt implementation to `zig` version 0.15.2
#218
:
Commit
4874252e8c
pushed by
yves-biener
main
2026-01-17 12:06:33 +01:00
54s
View workflow file
ref: omit capture instead of dropping
#216
:
Commit
19d1602d3b
pushed by
yves-biener
main
2026-01-12 23:30:13 +01:00
50s
View workflow file
feat(unicode): accept unicode characters through the app's input handler to be handled correctly; `key` introduce `isUnicode` method
#214
:
Commit
88c7eea356
pushed by
yves-biener
main
2026-01-12 22:50:32 +01:00
1m21s
View workflow file
mod: bump `zig` master version
#212
:
Commit
b1a0d60ae3
pushed by
yves-biener
main
2026-01-06 22:59:33 +01:00
1m9s
View workflow file
mod(app): export `TextField` from `App` to be used in other `Element` implementations similar to `App.Input`
#210
:
Commit
c49c2a5c6d
pushed by
yves-biener
main
2025-12-27 19:58:51 +01:00
1m1s
View workflow file
mod(element/Input): split into `TextField` without associated event to automatically trigger
#208
:
Commit
8b5d3757fc
pushed by
yves-biener
main
2025-12-27 17:09:48 +01:00
1m9s
View workflow file
mod(container): `Size` property handling for `.fixed`, `.horizontal` and `.vertical` check with assertions required values
#206
:
Commit
06ab32bdde
pushed by
yves-biener
main
2025-12-17 23:01:06 +01:00
1m0s
View workflow file
mod(container): `.horizontal` and `.vertical` size.grow respect `minSize` value if no `size.dim` is used
#204
:
Commit
8e3b43fa61
pushed by
yves-biener
main
2025-12-17 22:49:52 +01:00
1m0s
View workflow file
mod(container): `.fixed` sizing behavior with `minSize` `Container` / `Element` function
#202
:
Commit
6b2797cd8c
pushed by
yves-biener
main
2025-12-17 22:05:16 +01:00
1m1s
View workflow file
mod(container): `.fixed` sizing behavior with `minSize` `Container` / `Element` function
#200
:
Commit
f496b39542
pushed by
yves-biener
main
2025-12-17 21:52:44 +01:00
1m8s
View workflow file
mod(container): integrate `minSize` call when `fit_resize` is calculated
#199
:
Commit
e972a2ea0f
pushed by
yves-biener
main
2025-11-28 15:33:02 +01:00
57s
View workflow file
mod(container): integrate `minSize` call when `fit_size` is calculated
#198
:
Commit
c8b0656d7f
pushed by
yves-biener
main
2025-11-28 15:31:21 +01:00
57s
View workflow file
WIP(container): `fit_size` call `minSize` for determining the minimal required size of a given `Container`
#197
:
Commit
67bfd90a2c
pushed by
yves-biener
main
2025-11-28 15:27:00 +01:00
57s
View workflow file
WIP(container): use another approach
#196
:
Commit
40fa080af6
pushed by
yves-biener
main
2025-11-28 15:10:10 +01:00
56s
View workflow file
WIP(container): propagate individual child sizes correctly
#195
:
Commit
d92f562a57
pushed by
yves-biener
main
2025-11-28 15:05:17 +01:00
57s
View workflow file
fix(container): `minSize` should not add children's sizes, but take max instead
#194
:
Commit
f7025a0fc2
pushed by
yves-biener
main
2025-11-28 14:36:24 +01:00
57s
View workflow file
mod(container): provide `minSize` function for `Element` implementation to refer for nested structures
#193
:
Commit
41229c13d3
pushed by
yves-biener
main
2025-11-28 14:29:35 +01:00
1m6s
View workflow file
mod(element): introduce `deinit` interface for deinitializing `Element`s automatically with the `Container`
#192
:
Commit
855594a8c8
pushed by
yves-biener
main
2025-11-27 21:16:43 +01:00
1m34s
View workflow file
feat(terminal/cursor): add support for cursor shape configuration
#191
:
Commit
9488d0b64d
pushed by
yves-biener
main
2025-11-20 18:48:32 +01:00
1m6s
View workflow file
feat(terminal/osc12): define cursor color through style of cell that describes the cursor position
#190
:
Commit
424740d350
pushed by
yves-biener
main
2025-11-19 18:45:16 +01:00
1m33s
View workflow file
feat(event): introduce `.bell` system event
#189
:
Commit
28c733352e
pushed by
yves-biener
main
2025-11-17 18:48:15 +01:00
16m37s
View workflow file
fix(lint): correct typo
#188
:
Commit
3b5507ec1e
pushed by
yves-biener
main
2025-11-10 17:19:57 +01:00
1m4s
View workflow file
feat(element): parameter `*const App.Model`
#187
:
Commit
38d31fae72
pushed by
yves-biener
main
2025-11-10 17:14:43 +01:00
55s
View workflow file
feat(io): introduce `std.Io` parameter for `App.init`
#186
:
Commit
79a0d17a66
pushed by
yves-biener
main
2025-11-10 16:47:40 +01:00
1m22s
View workflow file
mod: bump action dependencies
#185
:
Commit
accbb4c97d
pushed by
yves-biener
main
2025-11-05 22:47:42 +01:00
56s
View workflow file
feat(element/scrollable): mouse support for scrollbar interaction
#184
:
Commit
ad32e46bc9
pushed by
yves-biener
main
2025-11-05 22:10:49 +01:00
55s
View workflow file
fix(element/scrollable): reduce the number of `minSize` calls and correctly resize scrollable `Container`
#183
:
Commit
8ebab702ac
pushed by
yves-biener
main
2025-11-05 18:35:23 +01:00
1m26s
View workflow file
feat(element/scrollable): background configuration
#182
:
Commit
a83e86f8d9
pushed by
yves-biener
main
2025-11-02 21:04:42 +01:00
1m31s
View workflow file
mod(example/text): improve event loop; add stick table heading for used emphasis
#181
:
Commit
4567963ff2
pushed by
yves-biener
main
2025-11-02 16:16:23 +01:00
59s
View workflow file
mod(event): do not care about enum declarations
#180
:
Commit
b3dc8096d7
pushed by
yves-biener
main
2025-11-01 21:47:39 +01:00
56s
View workflow file
First
Previous
1
2
3
4
Next
Last