Enlightenment CVS committal
Author : mej
Project : eterm
Module : Eterm
Dir : eterm/Eterm/src
Modified Files:
term.c
Log Message:
Mon Feb 24 21:05:00 2003 Michael Jennings (mej)
Screw it. I don't see any way to "sanitize" these, as they put it,
so we'll just disable that for now until someone can throw me a clue.
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/term.c,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -3 -r1.92 -r1.93
--- term.c 25 Feb 2003 01:59:53 -0000 1.92
+++ term.c 25 Feb 2003 02:05:48 -0000 1.93
@@ -21,7 +21,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-static const char cvs_ident[] = "$Id: term.c,v 1.92 2003/02/25 01:59:53 mej Exp $";
+static const char cvs_ident[] = "$Id: term.c,v 1.93 2003/02/25 02:05:48 mej Exp $";
#include "config.h"
#include "feature.h"
@@ -1397,16 +1397,20 @@
tt_write((unsigned char *) buff, strlen(buff));
break;
case 20:
+#if FIXME_BLOCK
XGetIconName(Xdisplay, TermWin.parent, &name);
snprintf(buff, sizeof(buff), "\033]L%s\033\\", name);
tt_write((unsigned char *) buff, strlen(buff));
XFree(name);
+#endif
break;
case 21:
+#if FIXME_BLOCK
XFetchName(Xdisplay, TermWin.parent, &name);
snprintf(buff, sizeof(buff), "\033]l%s\033\\", name);
tt_write((unsigned char *) buff, strlen(buff));
XFree(name);
+#endif
break;
default:
break;
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs