| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
fixes #949
|
| | | | | | | |
|
| | | | | | | |
|
|/ / / / / / |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Enable movement of questions given in console mode that exceed the
terminal width
|
|/ / / / / |
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | | |
Moving half a page down and back up should put the user in the
original position. It was true only if the file count was even. If it
was odd, the user ended up one file above the originally focused one.
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Excerpt from man page:
Toggle "freeze_files" setting. When active, directories and files will
not be loaded, improving performance when all the files you need are
already loaded. This does not affect file previews, which can be
toggled with "zI".
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Without this change, binding a signal to a resetter function with a weak
reference would delete the signal after it's called, because the
function would be disconnected from the object and market for garbage
collection.
Also adapted the test cases to check for this problem.
For example, commit 22ffd78ef654cd7ae4357a908408ac19 binds vcs__reset()
to the signal "setopt.vcs_aware" with a weak ref. Because of that, the
signal is only triggered the first time the setting is changed.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
this is done through setting the "vcs" attribute to a lazy_property and
binding its __reset() function to the signal 'setopt.vcs_aware'.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
this allows using XYZ__reset from inside a lazy_property, for example to
bind the reset function to a signal. See following commit
|
| | | | |
|
| | | | |
|