aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-11-20Restore screensaver modeGravatar sin
Disable timeout when in filter or type mode.
2015-11-20Sync strlcpy/strlcat from OpenBSDGravatar 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
Use getnstr() and be done with it. It will even beep now!
2015-11-14Revert "Run screensaver after a period of idleness"Gravatar sin
This reverts commit 1e18b85e56d98ca2daeb7adc587c28f5d653a01f. Revert until remaining issues are fixed. The filter search expires after 1 second of inactivity without the revert.
2015-11-03Ignore SIGINT to allow returning back to noice when we kill the screensaverGravatar sin
Use 'q' to quit.
2015-11-02Run screensaver after a period of idlenessGravatar lostd
2015-08-19Add .mov to config.hGravatar sin
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
Delay displaying the message until return is pressed. Also contain all printwarn() calls inside browse().
2015-07-02Use proper tags for AUTHORS section in manpageGravatar sin
Fix some mandoc -Tlint warnings as well.
2015-07-02Test the case of unreadable parentGravatar lostd
2015-07-02Escape unreadable dirs we are already intoGravatar lostd
We care about the directory we are going to, so there is no reason to get locked inside there if the parent is readable.
2015-07-02Test for when permissions change while browsingGravatar lostd
2015-07-02More test cases about permissionsGravatar lostd
2015-07-02Refactor parts of browse() into populate() and redraw()Gravatar lostd
2015-06-13We no longer use listsGravatar lostd
2015-06-09Sort includesGravatar lostd
2015-06-04Make config independent to avoid accidental overwritesGravatar lostd
2015-05-05Make setfilter() regexes case-insensitiveGravatar sin
2015-05-05Be case insensitive for file extensionsGravatar Alexander Huemer
2015-03-12Bump to 0.2Gravatar sin
2015-03-12Key bindings to run user-defined commandsGravatar lostd
2015-03-12Confirm we are in a terminalGravatar lostd
2015-03-11Update contact information in READMEGravatar sin
2015-03-11Add C-l to force a redrawGravatar sin
Often I am waiting for a file to download and be renamed from .foo.part to .foo. Forcing a redraw is a simple way to check if the file has completed downloading.
2015-02-17Fix an unsigned conversion errorGravatar lostd
2015-02-05Clarify state togglingGravatar lostd
2015-02-04Move mtimeorder to config.def.hGravatar sin
2015-02-01Meaningful commentsGravatar lostd
2015-01-31Minor manpage fixGravatar 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-27Remove unused includeGravatar lostd
2015-01-27Also treat ^H as backspaceGravatar lostd
2015-01-27Correct IRIX build notesGravatar lostd
2015-01-27Update datesGravatar lostd
2015-01-27Update author section in manpageGravatar sin
2015-01-27Update LICENSEGravatar sin
2015-01-27Document changes regarding filtersGravatar 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