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

Merge of pknowles 201706 #222

Open
wants to merge 3 commits into
base: merge-of-pknowles-201706
Choose a base branch
from

Commits on Jun 19, 2017

  1. fixes some memory leaks

    valgrind still detects some from readline's history and ncurses, but this may be expected behavior
    pknowles committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    57dc490 View commit details
    Browse the repository at this point in the history
  2. fixes config priorities

    some flags in HH_CONFIG should override others. this restores what was broken in a previous patch.
    pknowles committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    79c13b2 View commit details
    Browse the repository at this point in the history
  3. adds a status-in-prompt option

    changes the minimal config to place the status in the prompt line
    
    defaults to highlight first match
    
    minor code cleanup
    pknowles committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    f80e3d1 View commit details
    Browse the repository at this point in the history