From 55d3f0e160b8d621be11c21045d18deec5807f4e Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 27 Oct 2019 14:58:23 -0700 Subject: Mostly finalized working version of better signal handling, including allowing for suspended/resuming processes (bb +fg) and cleaner linked list handling code. --- API.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'API.md') diff --git a/API.md b/API.md index 61974a8..0b21c36 100644 --- a/API.md +++ b/API.md @@ -45,9 +45,9 @@ is one of the following commands (or a unique prefix of one): - `columns:` Change which columns are visible, and in what order - `deselect:` Deselect - `dotfiles:[01]` Whether dotfiles are visible +- `fg:[num]` Send a background process to the foreground - `goto:` Move the cursor to (changing directory if needed) - `interleave:[01]` Whether or not directories should be interleaved with files in the display -- `kill` Exit with failure - `move:` 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:` Select - `sort:([+-]method)+` Set sorting method (+: normal, -: reverse), additional methods act as tiebreaker - `spread:` Spread the selection state at the cursor -- `suspend` Suspend `bb` (SIGSTP signal) - `toggle:` Toggle the selection status of For any of these commands (e.g. `+select`), an empty parameter followed by -- cgit v1.2.3