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
Files
eb36c7c410431088a5351973da6020dd48262ad8
zterm
/
src
History
Yves Biener
eb36c7c410
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push)
Successful in 1m6s
Details
fix: correctly read inputs from *stdin* when not using *raw mode*
2026-01-23 12:44:48 +01:00
..
test
feat(element/alignment): alignment
Element
implementation
2025-05-28 14:42:02 +02:00
app.zig
fix: correctly read inputs from *stdin* when not using *raw mode*
2026-01-23 12:44:48 +01:00
cell.zig
feat(terminal/osc12): define cursor color through style of cell that describes the cursor position
2025-11-19 18:42:13 +01:00
color.zig
feat(terminal/osc12): define cursor color through style of cell that describes the cursor position
2025-11-19 18:42:13 +01:00
container.zig
feat(inline): rendering without alternate screen
2026-01-20 23:09:16 +01:00
ctlseqs.zig
feat(terminal/cursor): add support for cursor shape configuration
2025-11-20 18:46:58 +01:00
element.zig
feat: introduce growth options
.horizontal_only
and
.vertical_only
2026-01-18 13:36:03 +01:00
error.zig
add(error): introduce
zterm.Error
containing all zterm errors with their corresponding description
2025-03-01 15:19:42 +01:00
event.zig
feat(app): event line provides entire line contents as a single event; add(event):
.cancel
event
2026-01-22 08:56:12 +01:00
input.zig
lint: correct typo
2026-01-17 12:29:42 +01:00
point.zig
ref(event): remove
.resize
and replace with recursize method calls
2025-03-04 14:52:19 +01:00
queue.zig
mod(element/Input): split into
TextField
without associated event to automatically trigger
2025-12-27 17:06:07 +01:00
render.zig
feat(app): event line provides entire line contents as a single event; add(event):
.cancel
event
2026-01-22 08:56:12 +01:00
root.zig
refactor: zigify imports and correct minor mistakes
2025-05-20 18:23:44 +02:00
style.zig
feat(terminal/cursor): add support for cursor shape configuration
2025-11-20 18:46:58 +01:00
terminal.zig
mod: example shows how dynamic sizing is achived that can be independent form the reported terminal size
2026-01-20 13:57:55 +01:00
testing.zig
mod: adapt implementation to
zig
version 0.15.2
2026-01-17 12:05:20 +01:00