Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update build system and add f/b keys #26

Merged
merged 3 commits into from
Sep 28, 2020
Merged

Commits on Sep 20, 2020

  1. Makefile: use pkg-config with make PKG_CONFIG=pkg-config

    ..and other updates to make it easier for distro packagers.
    
    Also put all build artifacts into build directory.
    esmil committed Sep 20, 2020
    Configuration menu
    Copy the full SHA
    182834d View commit details
    Browse the repository at this point in the history
  2. st_curses.h: use __has_include to find ncurses.h

    This is not strictly standard C, but is supported by
    both GCC and Clang.
    esmil committed Sep 20, 2020
    Configuration menu
    Copy the full SHA
    425d5be View commit details
    Browse the repository at this point in the history
  3. Support f and b keys like less

    esmil committed Sep 20, 2020
    Configuration menu
    Copy the full SHA
    b26a252 View commit details
    Browse the repository at this point in the history