Nathan Craddock
Nathan Craddock
This issue tracks the steps between versions 0.0 and 0.1. The milestone will be a playable (though not necessarily complete) level one. Here are things that will *not* be targets...
I've had thoughts about various environment variables that would be nice to support in the future. These would be vars rather than flags because they are typically something you would...
Sometimes I am editing a file `a.txt` and I want to reference two separate locations while editing. For this I usually split the window. I will also often switch between...
If the passed `--height` is greater than the height of the terminal, then the highlight on the last line is not displayed. I believe was introduced in the latest version...
Today I finally came across a use case for a UI preview. I am still not 100% sure if this is needed, but here are my thoughts A new `--preview`...
When linking libc (needed for pselect), `std.os.system` no longer contains all necessary symbols. Probably an issue with the Zig stdlib. I can work around this for the 0.9.0 release. Future...
I have a local file where I am tracking possible improvements to zf's ranking algorithm, but I figured this would be a better place to keep them. --- In this...
The module functions are becoming a bit complicated (which is fine). This is to maximize the performance of zf. But there may be cases when a simple variant is preferred...
Also prefix the other errors with Lua Not sure yet, but it seems that would be a good way to namespace things?