joachimschmidt557 / linenoize

A port of linenoise to zig
MIT License
55 stars 9 forks source link

Does not work on latest Zig #30

Closed notramo closed 1 week ago

notramo commented 2 weeks ago
src/term.zig:128:34: error: 'winsize' is not marked 'pub'
joachimschmidt557 commented 1 week ago

The master branch tracks zig 0.13.0. I've set up a new branch 0.14.x which now tracks master and has fixes for the issue you mention.