aboutsummaryrefslogtreecommitdiff
path: root/sdn.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add a missing case breakPřemysl Eric Janouch2022-01-081-0/+1
* Add and bind an action to center the cursorPřemysl Eric Janouch2022-01-081-1/+4
* Do not crash on opendir() failuresPřemysl Eric Janouch2021-11-091-5/+16
* Fix build with recent ncursesPřemysl Eric Janouch2021-11-091-0/+3
* Add clang-format configuration, clean upPřemysl Eric Janouch2021-11-051-40/+40
* Move the cursor to just created directoriesPřemysl Eric Janouch2021-10-301-3/+9
* Clean upPřemysl Eric Janouch2021-10-301-11/+9
* Bind ^S to search, as in Emacs, with a trickPřemysl Eric Janouch2021-10-181-1/+10
* Slightly optimize very large directoriesPřemysl Eric Janouch2021-10-051-16/+17
* Measured stat performance, io_uring not worth itPřemysl Eric Janouch2021-10-051-3/+2
* Don't reload on sort changesPřemysl Eric Janouch2021-09-261-10/+15
* Add a comment about libaclPřemysl Eric Janouch2021-09-261-1/+3
* Ignore empty XDG_CONFIG_DIRSPřemysl Eric Janouch2021-09-261-1/+1
* Fix a signedness compiler warningPřemysl Eric Janouch2021-07-191-5/+5
* Bind F6 to a rename promptPřemysl Eric Janouch2021-07-171-1/+1
* Bind F7 to an mkdir promptPřemysl Eric Janouch2021-07-171-2/+12
* Implement search iterationPřemysl Eric Janouch2021-07-171-17/+37
* Add a right-side prompt to the searchPřemysl Eric Janouch2021-07-171-7/+24
* Enable pushing the search in a certain directionPřemysl Eric Janouch2021-07-171-6/+7
* Make search() return the number of matchesPřemysl Eric Janouch2021-07-171-2/+4
* Make removing characters invoke g.editor_on_changePřemysl Eric Janouch2021-07-171-3/+4
* Improve C-char parsingPřemysl Eric Janouch2021-07-091-4/+4
* Allow binding to custom key sequencesPřemysl Eric Janouch2021-07-071-6/+18
* Include a header required for kill()Přemysl Eric Janouch2020-10-291-0/+1
* Implement the --version optionPřemysl Eric Janouch2020-10-261-0/+5
* Bind F1 to show the helpPřemysl Eric Janouch2020-10-251-1/+2
* Mark a minor issue for later resolutionPřemysl Eric Janouch2020-10-241-0/+1
* CleanupPřemysl Eric Janouch2020-10-231-7/+0
* Group help message by actionPřemysl Eric Janouch2020-10-231-5/+7
* Bind M-Up to the "parent" actionPřemysl Eric Janouch2020-10-231-1/+2
* Bind C-d in the editorPřemysl Eric Janouch2020-10-231-1/+1
* Implement C-v in the editorPřemysl Eric Janouch2020-10-231-2/+14
* Implement C-u C-k in the editorPřemysl Eric Janouch2020-10-231-0/+10
* CleanupPřemysl Eric Janouch2020-10-221-16/+17
* Implement Delete in the editorPřemysl Eric Janouch2020-10-221-2/+11
* Implement C-a C-e C-b C-f in the editorPřemysl Eric Janouch2020-10-211-1/+26
* Make backspace erase combining charactersPřemysl Eric Janouch2020-10-211-2/+7
* Track cursor position in the editorPřemysl Eric Janouch2020-10-211-6/+13
* Add an installation scriptPřemysl Eric Janouch2020-10-211-0/+1
* Let the caller decide how to launch helpersPřemysl Eric Janouch2020-10-081-2/+1
* When resuming a child, resume the whole groupPřemysl Eric Janouch2020-10-081-1/+1
* Fix the help in absence of a bindings filePřemysl Eric Janouch2020-10-081-4/+4
* Fix showing DEL in the helpPřemysl Eric Janouch2020-10-081-14/+14
* Revisit zsh integrationPřemysl Eric Janouch2020-10-041-1/+2
* Survive a removed CWD, as well as an empty rootPřemysl Eric Janouch2020-10-021-14/+22
* Make the outer prompt look more normalPřemysl Eric Janouch2020-10-011-7/+9
* Show external command line if appropriatePřemysl Eric Janouch2020-10-011-6/+21
* Set cursor to child when going to parent dirPřemysl Eric Janouch2020-09-291-18/+26
* CleanupPřemysl Eric Janouch2020-09-291-3/+2
* Add ability to run helpers externallyPřemysl Eric Janouch2020-09-291-3/+21