aboutsummaryrefslogtreecommitdiffstats
path: root/noice.c
AgeCommit message (Expand)Author
2016-02-10Move mkpath() higher up so we don't need to declare itGravatar sin
2016-02-10Move path[], oldpath[] and fltr[] inside browse()Gravatar sin
2016-02-10Minor style fixGravatar sin
2016-02-10Rename global `n` to `ndents`Gravatar sin
2016-02-10Use dents name directly like we do in other placesGravatar sin
2016-02-08Minor style fixGravatar sin
2016-02-08Nuke some newlinesGravatar sin
2016-02-08Remove some const bullshitGravatar sin
2016-02-08Remove some more useless memory allocationsGravatar sin
2016-02-08Remove filter as you type modeGravatar sin
2016-02-08No need for cast in qsort callbackGravatar sin
2016-01-07noice: No need to perform so many memory allocationsGravatar sin
2016-01-06Fix memory leakGravatar sin
2016-01-06Avoid another allocationGravatar sin
2016-01-06Avoid unneeded memory allocation in xdirname()Gravatar sin
2016-01-06sizeof(char) is always 1, no need to be explicitGravatar sin
2016-01-06Print the resolved path for cwdGravatar sin
2015-11-26Add usageGravatar sin
2015-11-26Don't use printerr() before curses has been initializedGravatar sin
2015-11-26Don't name vars in prototypesGravatar sin
2015-11-26Rename makepath() to mkpath()Gravatar sin
2015-11-26Only use the environment variable when it is not emptyGravatar sin
2015-11-26Declare var at top of blockGravatar sin
2015-11-26Support commands specified by environment variablesGravatar Martin Kühl
2015-11-20No need for strlen()Gravatar sin
2015-11-20Add license pointerGravatar sin
2015-11-20Restore screensaver modeGravatar sin
2015-11-20Use wgetnstr() instead of getnstr() because IRIX lacks the latterGravatar sin
2015-11-20Properly handle empty filtersGravatar sin
2015-11-20Make room for null-terminatorGravatar sin
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