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
add(renderer/direct): write newline function to align view if necessary
#234
:
Commit
6781c43fcc
pushed by
yves-biener
main
2026-01-27 15:34:48 +01:00
1m9s
View workflow file
fix: correctly read inputs from *stdin* when not using *raw mode*
#232
:
Commit
eb36c7c410
pushed by
yves-biener
main
2026-01-23 12:46:05 +01:00
1m6s
View workflow file
feat(app): event line provides entire line contents as a single event; add(event): `.cancel` event
#230
:
Commit
4441f1b933
pushed by
yves-biener
main
2026-01-22 09:30:21 +01:00
1m6s
View workflow file
fix(app): do not reset remaining bytes after reading
#228
:
Commit
39fb8af174
pushed by
yves-biener
main
2026-01-22 07:17:20 +01:00
1m15s
View workflow file
feat(inline): rendering without alternate screen
#226
:
Commit
bfbe75f8d3
pushed by
yves-biener
main
2026-01-20 23:16:32 +01:00
56s
View workflow file
feat(inline): rendering without alternate screen
#224
:
Commit
bfbe75f8d3
pushed by
yves-biener
#2
2026-01-20 23:14:55 +01:00
1m11s
View workflow file
feat: introduce growth options `.horizontal_only` and `.vertical_only`
#222
:
Commit
836d7669e5
pushed by
yves-biener
main
2026-01-18 13:38:28 +01:00
1m5s
View workflow file
lint: correct typo
#220
:
Commit
1621715ad8
pushed by
yves-biener
main
2026-01-17 12:31:45 +01:00
1m8s
View workflow file
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
First
Previous
1
2
3
4
5
...
Next
Last