changeset 728:91e7a932c3e3

[vimrc] also handle screen-256color
author nanaya <me@nanaya.net>
date Mon, 06 Jan 2025 17:08:00 +0900
parents 49538e2aad65
children a01648ad62b7
files rc/vimrc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rc/vimrc	Tue Sep 24 16:58:15 2024 +0900
+++ b/rc/vimrc	Mon Jan 06 17:08:00 2025 +0900
@@ -199,7 +199,7 @@
   call SetStatusLineStyle()
   " Window title
   if has('title')
-    if &term == "screen"
+    if &term == "screen" || &term == "screen-256color"
       set t_ts=]0;
       set t_fs=
     endif