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
1544a4d2ffe8b32f86d6ab834198070ef9eaeb8a
zterm
/
src
History
Yves Biener
1544a4d2ff
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push)
Successful in 37s
Details
mod(main): adapt example to showcase configuration of
Layout.Padding
and
Layout.Framing
2024-11-11 12:30:56 +01:00
..
layout
feat(Padding): user configuration for custom padding
2024-11-11 12:30:34 +01:00
terminal
mod: restructure Style component
2024-11-10 17:05:07 +01:00
widget
feat(layout): Framing and Padding implementation
2024-11-10 22:21:40 +01:00
app.zig
mod: change widget interface
Widget.content
replaced with
Widget.render
2024-11-10 15:53:28 +01:00
event.zig
fix(typos): correct spelling mistakes
2024-11-09 21:34:33 +01:00
layout.zig
mod: replace Layout.content with Layout.render
2024-11-10 14:34:28 +01:00
main.zig
mod(main): adapt example to showcase configuration of
Layout.Padding
and
Layout.Framing
2024-11-11 12:30:56 +01:00
queue.zig
initial commit
2024-11-09 21:24:42 +01:00
render.zig
feat(render): implement direct rendering
2024-11-10 19:08:38 +01:00
terminal.zig
mod(terminal): add writer interface implementation
2024-11-11 12:29:33 +01:00
widget.zig
mod: change widget interface
Widget.content
replaced with
Widget.render
2024-11-10 15:53:28 +01:00
zterm.zig
fix(zterm): export corresponding necessary types
2024-11-10 17:07:53 +01:00