| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
I recommended environment variables to ornivar because its easier for a
quick hack but I wouldn't like to have it in the codebase quite like this.
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| | |
|
| | |
|
|\| |
|
| | |
|
| | |
|
|/ |
|
|
|
|
|
| |
When previews are on and you're pressing i, the old preview remains
there for a while, making ranger show two previews at once.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
kind of dirty. need to find a way to hide windows completely
when not needed. ;o;
|
| |
|
| |
|
|
|
|
|
| |
Previews didn't show up when pressing i on the first time, you had to
preview twice.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Signal handlers with dead weak references are only cleaned up
when using signal_emit. If no signals are emitted, dead signal
handlers will accumulate. This is avoided by adding the function
signal_garbage_collect() and calling it in env.garbage_collect()
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This allows you to hide the last column if there's nothing
inside, saving some space.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|