~ultradvorka/hstr/hh

« back to all changes in this revision

Viewing changes to src/hstr.c

  • Committer: Martin Dvorak
  • Date: 2015-04-28 06:56:59 UTC
  • Revision ID: git-v1:f82800ae5daab4850e0dfb87682b83b9a4bb6999
Minor favorites refactoring and blacklist skeleton.

Show diffs side-by-side

added added

removed removed

Lines of Context:
869
869
                deletedOccurences=remove_from_history_model(msg, hstr);
870
870
                result=hstr_print_selection(maxHistoryItems, pattern, hstr);
871
871
                print_cmd_deleted_label(msg, deletedOccurences, hstr);
 
872
                free(msg);
872
873
                move(y, basex+strlen(pattern));
873
874
                printDefaultLabel=TRUE;
874
875
                print_history_label(hstr);