aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/term/x.c
diff options
context:
space:
mode:
authorNicholas Noll <nnoll523@gmail.com>2020-07-19 09:28:46 -0700
committerNicholas Noll <nnoll523@gmail.com>2020-07-19 09:28:46 -0700
commita576520dce2a34424af67358e98d79a06e736911 (patch)
tree38ede99a3cc90544c9d119e2b49cc865b240391a /sys/cmd/term/x.c
parentd4166afda314d3f3326e9f73659a0b4515f2ae65 (diff)
chore: update
Diffstat (limited to 'sys/cmd/term/x.c')
-rw-r--r--sys/cmd/term/x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cmd/term/x.c b/sys/cmd/term/x.c
index 1da23cb..308478f 100644
--- a/sys/cmd/term/x.c
+++ b/sys/cmd/term/x.c
@@ -2031,7 +2031,7 @@ run:
opt_cmd = argv;
if (!opt_title)
- opt_title = (opt_line || !opt_cmd) ? "st" : opt_cmd[0];
+ opt_title = (opt_line || !opt_cmd) ? "term" : opt_cmd[0];
setlocale(LC_CTYPE, "");
XSetLocaleModifiers("");