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
e2fe8849259aa418ec3a80938724e5aefc08a846
zterm
/
src
History
Yves Biener
af443c6bbf
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push)
Successful in 28s
Details
test(elements/scrollable): remove redundance from test code
2025-03-01 16:24:10 +01:00
..
test
fix(container): rendering scrollable elements with separators
2025-02-27 17:02:16 +01:00
app.zig
feat(scrollable): make
Container
scrollable through
Element
Scrollable
2025-02-19 20:32:26 +01:00
cell.zig
add(test): cell conversion to ansi enhanced strings
2025-02-24 16:54:05 +01:00
color.zig
mod(style): styling and color revamp now with fewer characters to print to the terminal
2025-02-04 17:51:28 +01:00
container.zig
add(error): introduce
zterm.Error
containing all zterm errors with their corresponding description
2025-03-01 15:19:42 +01:00
ctlseqs.zig
ref(ctlseqs): use control sequence file; rename key names
2025-02-17 23:08:47 +01:00
element.zig
test(elements/scrollable): remove redundance from test code
2025-03-01 16:24:10 +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(input): move mouse.zig and key.zig into public input.zig namespace
2025-02-18 18:24:09 +01:00
input.zig
add(test): input testing of
Key.isAscii
2025-02-25 16:52:17 +01:00
queue.zig
initial commit
2024-11-09 21:24:42 +01:00
render.zig
add(testing): new namespace containing testing capabilities for
zterm
2025-02-24 17:14:57 +01:00
size.zig
mod(size): rename merge function to add; new max function
2025-02-27 14:17:19 +01:00
style.zig
fix(style): render only necessary bytes and change default fg color to
.default
2025-02-24 17:11:22 +01:00
terminal.zig
ref(input): move mouse.zig and key.zig into public input.zig namespace
2025-02-18 18:24:09 +01:00
testing.zig
test(container): render
Cell
slices test against .zon input
2025-02-25 18:41:04 +01:00
zterm.zig
add(error): introduce
zterm.Error
containing all zterm errors with their corresponding description
2025-03-01 15:19:42 +01:00