~nloomans/ft_select

Codam project to write an interactive terminal program
prevent link breakage in README
quit when pressing escape
fix abstract art being displayed after render error message

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~nloomans/ft_select
read/write
git@git.sr.ht:~nloomans/ft_select

You can also use your local clone with git send-email.

#ft_select

ft_select is a Codam project, following this subject.

To compile, clone the repository recursively and install meson, ninja, pkg-config and ncurses. You can also run nix-shell if you have the nix package manager. Then run:

  1. meson build
  2. ninja -C build

To run unit tests, additionally install criterion. Then run:

  1. cd build
  2. meson test -v

To compile using the debug renderer, reconfigure meson and recompile:

  1. cd build
  2. meson configure -Drender=debug
  3. ninja
  4. meson configure -Drender=full (to restore to the normal renderer)

#License

This project is licensed under GPLv3.