diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2023-08-06 17:52:10 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2023-08-06 17:52:10 -0700 |
commit | abefd3344ae59878353ec374cf9d18566aa0962a (patch) | |
tree | 539a81c81bc93e9edb23596690a834eadf20b002 | |
parent | 3810dff5824b8fe2ea0004028b9ea7d5cf8285b4 (diff) | |
download | basta-abefd3344ae59878353ec374cf9d18566aa0962a.tar.gz basta-abefd3344ae59878353ec374cf9d18566aa0962a.tar.bz2 basta-abefd3344ae59878353ec374cf9d18566aa0962a.zip |
README: Add screenshot of nested shell sessions.
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | screenshot-nested.png | bin | 0 -> 13595 bytes |
2 files changed, 6 insertions, 0 deletions
@@ -28,6 +28,12 @@ The clock actually updates. The code launches a background process which periodically the SIGALRM signal to the shell, whose trap calls the `basta.update_status` function. +Here is another screenshot showing nested interactive shells, +each taking up its own Basta! status line. The lines +disappear one by one when the shells are exited. + +![Screenshot of Nested Basta](screenshot-nested.png) + ## License This is under distributed under a modified two-clause BSD license. diff --git a/screenshot-nested.png b/screenshot-nested.png Binary files differnew file mode 100644 index 0000000..922bd1b --- /dev/null +++ b/screenshot-nested.png |