billiob pushed a commit to branch master.

commit 7bad3a491f2c235241b644d317312f62b9fabf42
Author: Boris Faure <[email protected]>
Date:   Thu May 23 23:45:29 2013 +0200

    compat: discard (ftm) key resources used by xterm
---
 src/bin/termptyesc.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/bin/termptyesc.c b/src/bin/termptyesc.c
index 23d4527..eefa8a0 100644
--- a/src/bin/termptyesc.c
+++ b/src/bin/termptyesc.c
@@ -131,6 +131,11 @@ _handle_esc_csi(Termpty *ty, const Eina_Unicode *c, 
Eina_Unicode *ce)
    switch (*cc)
      {
       case 'm': // color set
+         if (b && (*b == '>'))
+           { // key resources used by xterm
+              ERR("TODO: set/reset key resources used by xterm");
+              break;
+           }
         while (b)
           {
              arg = _csi_arg_get(&b);

-- 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev

Reply via email to