index
:
nnn.git
master
forked from https://github.com/jarun/nnn
Tim Segers
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
noice.c
Age
Commit message (
Expand
)
Author
2016-02-10
Move mkpath() higher up so we don't need to declare it
sin
2016-02-10
Move path[], oldpath[] and fltr[] inside browse()
sin
2016-02-10
Minor style fix
sin
2016-02-10
Rename global `n` to `ndents`
sin
2016-02-10
Use dents name directly like we do in other places
sin
2016-02-08
Minor style fix
sin
2016-02-08
Nuke some newlines
sin
2016-02-08
Remove some const bullshit
sin
2016-02-08
Remove some more useless memory allocations
sin
2016-02-08
Remove filter as you type mode
sin
2016-02-08
No need for cast in qsort callback
sin
2016-01-07
noice: No need to perform so many memory allocations
sin
2016-01-06
Fix memory leak
sin
2016-01-06
Avoid another allocation
sin
2016-01-06
Avoid unneeded memory allocation in xdirname()
sin
2016-01-06
sizeof(char) is always 1, no need to be explicit
sin
2016-01-06
Print the resolved path for cwd
sin
2015-11-26
Add usage
sin
2015-11-26
Don't use printerr() before curses has been initialized
sin
2015-11-26
Don't name vars in prototypes
sin
2015-11-26
Rename makepath() to mkpath()
sin
2015-11-26
Only use the environment variable when it is not empty
sin
2015-11-26
Declare var at top of block
sin
2015-11-26
Support commands specified by environment variables
Martin Kühl
2015-11-20
No need for strlen()
sin
2015-11-20
Add license pointer
sin
2015-11-20
Restore screensaver mode
sin
2015-11-20
Use wgetnstr() instead of getnstr() because IRIX lacks the latter
sin
2015-11-20
Properly handle empty filters
sin
2015-11-20
Make room for null-terminator
sin
2015-11-20
Simplify readln()
sin
2015-11-14
Revert "Run screensaver after a period of idleness"
sin
2015-11-03
Ignore SIGINT to allow returning back to noice when we kill the screensaver
sin
2015-11-02
Run screensaver after a period of idleness
lostd
2015-07-13
Recall current item on refresh or sorting mode change
lostd
2015-07-12
Add keys to move to the first and last entry
lostd
2015-07-02
We don't want to exit the typing mode because of an error
lostd
2015-07-02
Escape unreadable dirs we are already into
lostd
2015-07-02
Refactor parts of browse() into populate() and redraw()
lostd
2015-06-09
Sort includes
lostd
2015-05-05
Make setfilter() regexes case-insensitive
sin
2015-05-05
Be case insensitive for file extensions
Alexander Huemer
2015-03-12
Key bindings to run user-defined commands
lostd
2015-03-12
Confirm we are in a terminal
lostd
2015-03-11
Add C-l to force a redraw
sin
2015-02-17
Fix an unsigned conversion error
lostd
2015-02-04
Move mtimeorder to config.def.h
sin
2015-01-31
Add 't' command to sort output by entry's mtime
sin
2015-01-28
More concise comment on nextsel()
lostd
2015-01-28
Change scope to always check the correct return value
lostd
[next]