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
50450f3bbc0df29250aafcb26178337a22155728
zterm
/
src
History
Yves Biener
50450f3bbc
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push)
Successful in 1m14s
Details
fix(container): growth resize for size all size options and starting sizes (i.e. the smallest being a non grow-able one)
2025-04-07 20:55:21 +02:00
..
test
add(test): container size with fixed and growable container children
2025-03-10 22:07:34 +01:00
app.zig
rem: unnecessary signal handler
2025-04-01 21:53:52 +02:00
cell.zig
doc: correct TODO, NOTE and FIX comment statements
2025-03-03 21:49:11 +01:00
color.zig
add(Scrollable): init function with corresponding usages
2025-03-29 21:21:23 +01:00
container.zig
fix(container): growth resize for size all size options and starting sizes (i.e. the smallest being a non grow-able one)
2025-04-07 20:55:21 +02:00
ctlseqs.zig
doc: correct TODO, NOTE and FIX comment statements
2025-03-03 21:49:11 +01:00
element.zig
add(Scrollable): init function with corresponding usages
2025-03-29 21:21:23 +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
ref(event): remove
.resize
and replace with recursize method calls
2025-03-04 14:52:19 +01:00
input.zig
add(Scrollable): init function with corresponding usages
2025-03-29 21:21:23 +01:00
point.zig
ref(event): remove
.resize
and replace with recursize method calls
2025-03-04 14:52:19 +01:00
queue.zig
initial commit
2024-11-09 21:24:42 +01:00
render.zig
mod(container/element): remove
origin: Point
argument from Element.content function
2025-03-11 07:52:35 +01:00
style.zig
add(Scrollable): init function with corresponding usages
2025-03-29 21:21:23 +01:00
terminal.zig
ref(event): split
Size
into two
Point
s (one for the size and one for the anchor / origin)
2025-03-04 00:04:56 +01:00
testing.zig
mod(container): make
reposition
public and split from
resize
2025-03-13 19:48:31 +01:00
zterm.zig
ref(event): split
Size
into two
Point
s (one for the size and one for the anchor / origin)
2025-03-04 00:04:56 +01:00