Skip to content
Snippets Groups Projects
  • Yorhel's avatar
    826c2fc0
    Link to ncurses + some rudimentary TUI frameworky stuff · 826c2fc0
    Yorhel authored
    I tried playing with zbox (pure Zig termbox-like lib) for a bit, but I
    don't think I want to have to deal with the terminal support issues that
    will inevitably come with it. I already stumbled upon one myself: it
    doesn't properly put the terminal in a sensible state after cleanup in
    tmux. As much as I dislike ncurses, it /is/ ubiquitous and tends to kind
    of work.
    826c2fc0
    History
    Link to ncurses + some rudimentary TUI frameworky stuff
    Yorhel authored
    I tried playing with zbox (pure Zig termbox-like lib) for a bit, but I
    don't think I want to have to deal with the terminal support issues that
    will inevitably come with it. I already stumbled upon one myself: it
    doesn't properly put the terminal in a sensible state after cleanup in
    tmux. As much as I dislike ncurses, it /is/ ubiquitous and tends to kind
    of work.
browser.zig 649 B