zinput icon indicating copy to clipboard operation
zinput copied to clipboard

A Zig command-line input library!

Results 4 zinput issues
Sort by recently updated
recently updated
newest added

This changes the formatting on prompts to avoid color issues. Closes #9.

I noticed that parts of questions made by zinput can be unreadable when used with dark/light-themed terminal. Sample program and its output: ``` const zinput = @import("zinput"); pub fn main()...

This increases the length of the `askSelectOne` input buffer by one to leave room for the Windows "\r\n" line ending.