I'm not sure why it was limiting terminals with tty in the name -- that
seems REALLY restrictive to me. This diff fixes things for OS X, but I'm
sure I've broken something else.
Any ideas? Maybe an environment variable override? Maybe if
FISH_FORCE_TITLE is set?
------
diff --git a/src/reader.c b/src/reader.c
index 426f06c..223f554 100644
--- a/src/reader.c
+++ b/src/reader.c
@@ -633,10 +633,9 @@ void reader_write_title()
return;
}
- if( strstr( n, "tty" ) || strstr( n, "/vc/") )
+ if( /* strstr( n, "tty" ) || */ strstr( n, "/vc/") )
return;
-
}
title = function_exists( L"fish_title"
)?L"fish_title":DEFAULT_TITLE;
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Fish-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fish-users