aboutsummaryrefslogtreecommitdiffstats
path: root/noice.c
AgeCommit message (Expand)Author
2015-01-27Basic filter-as-you-type modeGravatar lostd
2015-01-27Comment and cleanupGravatar lostd
2015-01-27Empty filter resets filter to the defaultGravatar lostd
2015-01-27Fix segfault when a non-matching filter is applied twiceGravatar lostd
2015-01-12Match the whole path to enable associations based on a prefix dirGravatar lostd
2014-12-20Simplify conditionGravatar sin
2014-12-20Simplify visible()Gravatar sin
2014-12-20Remove unnecessary curly bracketsGravatar sin
2014-12-18Remove unnecessary labelGravatar lostd
2014-12-18no need to check for NULL before freeGravatar Hiltjo Posthuma
2014-12-18style: dont declare vars inlineGravatar Hiltjo Posthuma
2014-12-18remove unused variablesGravatar Hiltjo Posthuma
2014-12-18regexec: check on success return codeGravatar Hiltjo Posthuma
2014-11-26Fix whitespaceGravatar lostd
2014-11-26Remember current entry accross filter changesGravatar lostd
2014-11-26Don't care about cur, it defaults to 0Gravatar lostd
2014-11-25Simplify default regexesGravatar lostd
2014-11-14Add a simple dprintf() implementation for systems that do not have itGravatar sin
2014-11-14Just use xstrdup() in makepath()Gravatar sin
2014-11-14Replace asprintf() with strlcpy() and strlcat()Gravatar sin
2014-11-13Same functionality using lstat(2) instead of fstatat(2)Gravatar lostd
2014-11-06Update error to reflect actual syscallGravatar sin
2014-11-06Expose key bindings in the configuration headerGravatar lostd
2014-11-06Now nextsel() just maps keys to actionsGravatar lostd
2014-11-01Style fix in a commentGravatar lostd
2014-11-01Emulate ls -F completely including sockets and FIFOsGravatar lostd
2014-10-23Revert "No need to manually strip trailing slashes"Gravatar lostd
2014-10-23We don't use realpath(3) anymoreGravatar lostd
2014-10-23Get rid of the LIFO history, an oldpath is enoughGravatar lostd
2014-10-23If you call makepath() with an absolute name it returns a copy of itGravatar lostd
2014-10-23Don't attempt to go back if on the relative rootGravatar lostd
2014-10-23Only use chdir(3) just before spawning a shellGravatar lostd
2014-10-23Try to open file to see access errors on the status barGravatar lostd
2014-10-22Only free history path if it is validGravatar lostd
2014-10-22Keep history based on paths instead of positionsGravatar lostd
2014-10-22realloc() behaves like free() if size is 0Gravatar sin
2014-10-22Some systems define this already.Gravatar sin
2014-10-22Style fixGravatar sin
2014-10-22Call dentfree() when we quitGravatar sin
2014-10-22Rename testopendir() to canopendir()Gravatar sin
2014-10-22Test if we can back out/enter directoriesGravatar sin
2014-10-22Add pushhist(), pophist() and forgethist()Gravatar sin
2014-10-22Save one level of indentationGravatar sin
2014-10-22Vertical spacing fixesGravatar sin
2014-10-22Save one level of indentationGravatar sin
2014-10-22Use fstatat() wherever possibleGravatar sin
2014-10-22Initialize `n' and `dents'Gravatar sin
2014-10-22Check getch() against ERRGravatar sin
2014-10-22Remember to set dents to NULLGravatar sin
2014-10-22Include sys/wait.h for waitpid()Gravatar sin