Small patch to stop terminology 0.2 from printing a debug message with every
character sent and received.

 Note, if you're using terminology 0.2, you may want to clear out your
.xsession-errors file, which may be rather large now.

 Cheers,
 dave.k


--- terminology-0.2.0/src/bin/termptyesc.c      2012-12-15 14:26:32.000000000 
+1100
+++ terminology-0.2.0-patched/src/bin/termptyesc.c      2012-12-23 
01:43:11.289030395 +1100
@@ -16,7 +16,7 @@
 #define ERR(...)      EINA_LOG_DOM_ERR(_termpty_log_dom, __VA_ARGS__)
 #define WRN(...)      EINA_LOG_DOM_WARN(_termpty_log_dom, __VA_ARGS__)
 #define INF(...)      EINA_LOG_DOM_INFO(_termpty_log_dom, __VA_ARGS__)
-#define DBG(...)      EINA_LOG_DOM_ERR(_termpty_log_dom, __VA_ARGS__)
+#define DBG(...)      EINA_LOG_DOM_DBG(_termpty_log_dom, __VA_ARGS__)
 
 #define ST 0x9c // String Terminator
 #define BEL 0x07 // Bell


 In the year 2012, of the month of December, on the 15th day, Carsten Haitzler 
wrote:
> Terminology is a terminal emulator that uses modern EFL components to build 
> its
> UI and core. It is written from scratch and does not use any components 
> outside
> of EFL and libc, so it should be very portable and easy to build. For more
> information, please see the Terminology Page.
> 
> Version 0.2 marks a stage of a lot of small cleanups, fixes and improvements,
> but definitely not a finished and fully baked terminal in all senses of the
> word. Not everything we want to achieve has been achieved yet. Please get the
> release below.
> 
> http://download.enlightenment.org/releases/terminology-0.2.0.tar.gz
> http://download.enlightenment.org/releases/terminology-0.2.0.tar.bz2
> 
> -- 
> ------------- Codito, ergo sum - "I code, therefore I am" --------------
> The Rasterman (Carsten Haitzler)    ras...@rasterman.com
> 
> 
> ------------------------------------------------------------------------------
> LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
> Remotely access PCs and mobile devices and provide instant support
> Improve your efficiency, and focus on delivering more value-add services
> Discover what IT Professionals Know. Rescue delivers
> http://p.sf.net/sfu/logmein_12329d2d
> _______________________________________________
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users

------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to