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
release.yaml #235
:
Commit
6781c43fcc
pushed by
yves-biener
main
2026-01-27 15:35:28 +01:00
38s
View workflow file
add(renderer/direct): write newline function to align view if necessary
test.yaml #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*
release.yaml #233
:
Commit
eb36c7c410
pushed by
yves-biener
main
2026-01-23 12:46:46 +01:00
39s
View workflow file
fix: correctly read inputs from *stdin* when not using *raw mode*
test.yaml #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
release.yaml #231
:
Commit
4441f1b933
pushed by
yves-biener
main
2026-01-22 09:30:48 +01:00
25s
View workflow file
feat(app): event line provides entire line contents as a single event; add(event): `.cancel` event
test.yaml #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
release.yaml #229
:
Commit
39fb8af174
pushed by
yves-biener
main
2026-01-22 07:18:01 +01:00
39s
View workflow file
fix(app): do not reset remaining bytes after reading
test.yaml #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
release.yaml #227
:
Commit
bfbe75f8d3
pushed by
yves-biener
main
2026-01-20 23:17:12 +01:00
38s
View workflow file
feat(inline): rendering without alternate screen
test.yaml #226
:
Commit
bfbe75f8d3
pushed by
yves-biener
main
2026-01-20 23:16:32 +01:00
56s
View workflow file
feat: introduce growth options `.horizontal_only` and `.vertical_only`
release.yaml #225
:
Commit
836d7669e5
pushed by
yves-biener
main
2026-01-20 23:15:36 +01:00
39s
View workflow file
feat(inline): rendering without alternate screen
test.yaml #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`
release.yaml #223
:
Commit
836d7669e5
pushed by
yves-biener
main
2026-01-18 13:39:08 +01:00
38s
View workflow file
feat: introduce growth options `.horizontal_only` and `.vertical_only`
test.yaml #222
:
Commit
836d7669e5
pushed by
yves-biener
main
2026-01-18 13:38:28 +01:00
1m5s
View workflow file
lint: correct typo
release.yaml #221
:
Commit
1621715ad8
pushed by
yves-biener
main
2026-01-17 12:34:41 +01:00
39s
View workflow file
lint: correct typo
test.yaml #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
release.yaml #219
:
Commit
4874252e8c
pushed by
yves-biener
main
2026-01-17 12:07:13 +01:00
38s
View workflow file
mod: adapt implementation to `zig` version 0.15.2
test.yaml #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
release.yaml #217
:
Commit
19d1602d3b
pushed by
yves-biener
main
2026-01-12 23:32:03 +01:00
39s
View workflow file
ref: omit capture instead of dropping
test.yaml #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
release.yaml #215
:
Commit
88c7eea356
pushed by
yves-biener
main
2026-01-12 22:51:13 +01:00
39s
View workflow file
feat(unicode): accept unicode characters through the app's input handler to be handled correctly; `key` introduce `isUnicode` method
test.yaml #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
release.yaml #213
:
Commit
b1a0d60ae3
pushed by
yves-biener
main
2026-01-06 23:00:19 +01:00
43s
View workflow file
mod: bump `zig` master version
test.yaml #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`
release.yaml #211
:
Commit
c49c2a5c6d
pushed by
yves-biener
main
2025-12-27 19:59:36 +01:00
43s
View workflow file
mod(app): export `TextField` from `App` to be used in other `Element` implementations similar to `App.Input`
test.yaml #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
release.yaml #209
:
Commit
8b5d3757fc
pushed by
yves-biener
main
2025-12-27 17:10:35 +01:00
43s
View workflow file
mod(element/Input): split into `TextField` without associated event to automatically trigger
test.yaml #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
release.yaml #207
:
Commit
06ab32bdde
pushed by
yves-biener
main
2025-12-17 23:01:52 +01:00
43s
View workflow file
mod(container): `Size` property handling for `.fixed`, `.horizontal` and `.vertical` check with assertions required values
test.yaml #206
:
Commit
06ab32bdde
pushed by
yves-biener
main
2025-12-17 23:01:06 +01:00
1m0s
View workflow file
First
Previous
1
2
3
4
5
...
Next
Last