diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2019-10-27 14:58:23 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2019-10-27 14:58:23 -0700 |
| commit | 55d3f0e160b8d621be11c21045d18deec5807f4e (patch) | |
| tree | 817f14535a6c38c8729a3d68ffbee0d8a331fcb2 /API.md | |
| parent | dc6ecc4e7fb185d8ded1e1ca46bed3d6283a13d7 (diff) | |
Mostly finalized working version of better signal handling, including
allowing for suspended/resuming processes (bb +fg) and cleaner linked
list handling code.
Diffstat (limited to 'API.md')
| -rw-r--r-- | API.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -45,9 +45,9 @@ is one of the following commands (or a unique prefix of one): - `columns:<columns>` Change which columns are visible, and in what order - `deselect:<filename>` Deselect <filename> - `dotfiles:[01]` Whether dotfiles are visible +- `fg:[num]` Send a background process to the foreground - `goto:<filename>` Move the cursor to <filename> (changing directory if needed) - `interleave:[01]` Whether or not directories should be interleaved with files in the display -- `kill` Exit with failure - `move:<num*>` Move the cursor a numeric amount - `quit` Quit bb - `refresh` Refresh the file listing @@ -55,7 +55,6 @@ is one of the following commands (or a unique prefix of one): - `select:<filename>` Select <filename> - `sort:([+-]method)+` Set sorting method (+: normal, -: reverse), additional methods act as tiebreaker - `spread:<num*>` Spread the selection state at the cursor -- `suspend` Suspend `bb` (SIGSTP signal) - `toggle:<filename>` Toggle the selection status of <filename> For any of these commands (e.g. `+select`), an empty parameter followed by |
