aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2023-08-06 17:52:10 -0700
committerKaz Kylheku <kaz@kylheku.com>2023-08-06 17:52:10 -0700
commitabefd3344ae59878353ec374cf9d18566aa0962a (patch)
tree539a81c81bc93e9edb23596690a834eadf20b002
parent3810dff5824b8fe2ea0004028b9ea7d5cf8285b4 (diff)
downloadbasta-abefd3344ae59878353ec374cf9d18566aa0962a.tar.gz
basta-abefd3344ae59878353ec374cf9d18566aa0962a.tar.bz2
basta-abefd3344ae59878353ec374cf9d18566aa0962a.zip
README: Add screenshot of nested shell sessions.
-rw-r--r--README.md6
-rw-r--r--screenshot-nested.pngbin0 -> 13595 bytes
2 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0e9d0ad..db997c8 100644
--- a/README.md
+++ b/README.md
@@ -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
new file mode 100644
index 0000000..922bd1b
--- /dev/null
+++ b/screenshot-nested.png
Binary files differ