TextUserInterfaces.jl icon indicating copy to clipboard operation
TextUserInterfaces.jl copied to clipboard

Text user interfaces for Julia

Results 5 TextUserInterfaces.jl issues
Sort by recently updated
recently updated
newest added

If I try to run the examples I get errors like: ```julia ERROR: LoadError: UndefVarError: @tui_container not defined ``` or ```julia ERROR: LoadError: UndefVarError: @tui_form not defined ```

do you plan to recapitulate TermWin.jl's ability to navigate tree-like data structures? i'd find that very useful!

It seems to me that the submodule `NCurses` would see more uses and have more developers if it was a separate package from `TextUserInterfaces`. I would be willing to help...

The declaration for `printw` is ``` printw(str::T) ``` This is completely wrong. `printw` is like the C function `printf` so the first argument is the format string and it takes...