summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorhenil <dedaniahenil@gmail.com>2021-02-10 12:11:55 +0530
committerhenil <dedaniahenil@gmail.com>2021-02-10 12:12:19 +0530
commit30f0567d8ad889ec7b99f7411f8a8cc23b159d05 (patch)
tree8db759dd3fc916ddca57dc4d0a4b59603a256a30 /docs
parent4704510917f27a25d294480a8b7d0dde86812593 (diff)
Update references of mosaic to Zellij in md files
Diffstat (limited to 'docs')
-rw-r--r--docs/TERMINOLOGY.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/TERMINOLOGY.md b/docs/TERMINOLOGY.md
index 409e70d2a..e34fc8039 100644
--- a/docs/TERMINOLOGY.md
+++ b/docs/TERMINOLOGY.md
@@ -16,4 +16,4 @@ A pty (pseudoterminal) is a character device that emulates a traditional termina
The primary part is the part connected to the terminal emulator. The emulator listens to this part of the channel, reads instructions from it that it uses in order to draw characters on the screen.
The secondary part is used by the program running inside the terminal (eg. the shell) in order to send those instructions.
-In Mosaic, there is one pty pair for each terminal pane.
+In Zellij, there is one pty pair for each terminal pane.