From 95c2363f3558a86fb2ee0d7582c26d6dab0e3efb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Sun, 26 Jul 1998 03:23:52 -0700
Subject: [PATCH] now modifies xterm title

Rev: NT/init_nt:1.10
---
 NT/init_nt | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/NT/init_nt b/NT/init_nt
index 6ca1f12f70..2cd798f0d4 100755
--- a/NT/init_nt
+++ b/NT/init_nt
@@ -35,3 +35,8 @@ fi
 
 export NTHOST NTDRIVE NTCC CC PATH NTTOOLS MNTREPLACE MNTREPLACE NTPORT USE_SPRSH
 
+case x$SHELL-$TERM in
+   */bash-xterm)
+     export PROMPT_COMMAND="echo -n ]2\; Remote NT compile ]1\; rntcc"
+   ;;
+esac
\ No newline at end of file
-- 
GitLab