aboutsummaryrefslogtreecommitdiff
path: root/sdn.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* reload() doesn't really need to know the old pathPřemysl Eric Janouch2020-09-281-12/+13
* Make anchor processing a bit more obviousPřemysl Eric Janouch2020-09-281-2/+2
* Improve PAGER defaultsPřemysl Eric Janouch2020-09-281-2/+4
* Expand a comment about overstriked underliningPřemysl Eric Janouch2020-09-281-1/+2
* Show error output from failed helpersPřemysl Eric Janouch2020-09-281-0/+6
* Fix tilde expansion algorithmPřemysl Eric Janouch2020-09-281-2/+2
* Fix comment: the word "no-op" needs to be splitPřemysl Eric Janouch2020-09-281-1/+1
* Support tilde expansion in the "chdir" actionPřemysl Eric Janouch2020-09-281-5/+24
* Make F3 change directoriesPřemysl Eric Janouch2020-09-271-1/+6
* Always accept ^? as well as ^H as backspacePřemysl Eric Janouch2020-09-211-1/+3
* Add an action to go to the parent directoryPřemysl Eric Janouch2020-09-151-2/+7
* Name changePřemysl Eric Janouch2020-08-281-1/+1
* Work around an infinite loop issuePřemysl Janouch2020-04-191-2/+23
* Guard against ^Z in helper programsPřemysl Janouch2019-12-091-1/+5
* Fix change notificationsPřemysl Janouch2019-09-271-2/+1
* Position indicator like in viPřemysl Janouch2019-09-271-2/+15
* Add actions imitating L/M/H in viPřemysl Janouch2019-09-271-2/+15
* Fixes for previous commitsPřemysl Janouch2018-12-091-3/+4
* Embrace paths with symbolic linksPřemysl Janouch2018-12-081-15/+110
* Add Norton Commander-like actions for F3 and F4Přemysl Janouch2018-12-031-2/+45
* Don't show .. in the root directoryPřemysl Janouch2018-12-031-1/+2
* Fix formattingPřemysl Janouch2018-12-031-2/+4
* Fix crash on unknown groupsPřemysl Janouch2018-12-011-1/+1
* Also sort symlinks to directories firstPřemysl Janouch2018-11-101-2/+4
* Support old libstdc++ 4.9Přemysl Janouch2018-11-041-4/+8
* Fix build on not-my-systemPřemysl Janouch2018-11-031-0/+1
* Reliability improvementPřemysl Janouch2018-11-031-2/+4
* Make confirming a search choose the itemPřemysl Janouch2018-11-021-12/+17
* Fix level poppingPřemysl Janouch2018-11-021-18/+21
* Fix history loadingPřemysl Janouch2018-11-021-1/+1
* Flash column when sorting is changedPřemysl Janouch2018-11-021-0/+13
* Allow changing the sort columnPřemysl Janouch2018-11-021-12/+50