summaryrefslogtreecommitdiffstats
path: root/zellij-utils/src/errors.rs
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-11-05 15:32:05 +0100
committerGitHub <noreply@github.com>2023-11-05 15:32:05 +0100
commit28a165a969a9e1ee9f1fe66e4d63134b895b2ef7 (patch)
tree678ec1cd9d536d9cb7fcdb071e27cf12caf43afb /zellij-utils/src/errors.rs
parent9eb9734bcca3cb0dcdff592da4d7a536d860c363 (diff)
feat(ux): allow renaming sessions (#2903)
* change session name through the cli * change session name from the session-manager * style(fmt): rustfmt
Diffstat (limited to 'zellij-utils/src/errors.rs')
-rw-r--r--zellij-utils/src/errors.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/zellij-utils/src/errors.rs b/zellij-utils/src/errors.rs
index 1e4eab8a2..536b3bfba 100644
--- a/zellij-utils/src/errors.rs
+++ b/zellij-utils/src/errors.rs
@@ -347,6 +347,7 @@ pub enum ScreenContext {
ReplacePane,
NewInPlacePluginPane,
DumpLayoutToHd,
+ RenameSession,
}
/// Stack call representations corresponding to the different types of [`PtyInstruction`]s.
@@ -404,6 +405,7 @@ pub enum ClientContext {
Connected,
ActiveClients,
Log,
+ LogError,
OwnClientId,
StartedParsingStdinQuery,
DoneParsingStdinQuery,