aboutsummaryrefslogtreecommitdiffstats
path: root/noice.c
AgeCommit message (Expand)Author
2015-11-20Simplify readln()Gravatar sin
2015-11-14Revert "Run screensaver after a period of idleness"Gravatar sin
2015-11-03Ignore SIGINT to allow returning back to noice when we kill the screensaverGravatar sin
2015-11-02Run screensaver after a period of idlenessGravatar lostd
2015-07-13Recall current item on refresh or sorting mode changeGravatar lostd
2015-07-12Add keys to move to the first and last entryGravatar lostd
2015-07-02We don't want to exit the typing mode because of an errorGravatar lostd
2015-07-02Escape unreadable dirs we are already intoGravatar lostd
2015-07-02Refactor parts of browse() into populate() and redraw()Gravatar lostd
2015-06-09Sort includesGravatar lostd
2015-05-05Make setfilter() regexes case-insensitiveGravatar sin
2015-05-05Be case insensitive for file extensionsGravatar Alexander Huemer
2015-03-12Key bindings to run user-defined commandsGravatar lostd
2015-03-12Confirm we are in a terminalGravatar lostd
2015-03-11Add C-l to force a redrawGravatar sin
2015-02-17Fix an unsigned conversion errorGravatar lostd
2015-02-04Move mtimeorder to config.def.hGravatar sin
2015-01-31Add 't' command to sort output by entry's mtimeGravatar sin
2015-01-28More concise comment on nextsel()Gravatar lostd
2015-01-28Change scope to always check the correct return valueGravatar lostd
2015-01-28Rework readmore(), replace goto with a switchGravatar lostd
2015-01-27Keep last valid state on regex errorsGravatar lostd
2015-01-27Also treat ^H as backspaceGravatar lostd
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