summaryrefslogtreecommitdiffstats
path: root/zellij-utils
diff options
context:
space:
mode:
authorSagittarius-a <sagittarius-a@users.noreply.github.com>2021-07-23 01:32:32 +0200
committerSagittarius-a <sagittarius-a@users.noreply.github.com>2021-08-03 21:12:19 +0200
commit734636637dc7446bc8d453b1ba989139dd70b5fa (patch)
tree1564b527cda64f1b010dde40cf2c281dcc3c88f9 /zellij-utils
parent5799ea4e5d9456061455244d30da98b899f20b0d (diff)
fix: rename variable as stated in pull request
Diffstat (limited to 'zellij-utils')
-rw-r--r--zellij-utils/src/errors.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/zellij-utils/src/errors.rs b/zellij-utils/src/errors.rs
index e215a5004..e94e43c57 100644
--- a/zellij-utils/src/errors.rs
+++ b/zellij-utils/src/errors.rs
@@ -227,7 +227,7 @@ pub enum ScreenContext {
MouseRelease,
MouseHold,
Copy,
- GoToLastTab,
+ ToggleTab,
}
/// Stack call representations corresponding to the different types of [`PtyInstruction`]s.