Since some time I've been a happy user of sakura, that uses the same
backend as gnome-terminal but without the g-s-d dependency to save the
configuration.

Anyway, I decided to try terminology another time (I did it twice
before) since I'd prefer using an EFL terminal. It's much better than
last time, congrats! Some notes about the current state:

 * mild theme is broken - there's no way to access the config stuff
 * Yay, now I have knobs to disable the blinking cursor, nice
 * I expect in future we'll be able to set the background, but until
then I'm patching terminology in a very selfish way to keep the
background black, without any shine on top (see below)
 * Mouse scrolling is not working in vim... I'm not sure why. Hints?


Otherwise it's looking cool (not that I tried the fancy things).


Lucas De Marchi

---

Index: data/themes/images/bg_shadow.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: data/themes/default.edc
===================================================================
--- data/themes/default.edc     (revision 73476)
+++ data/themes/default.edc     (working copy)
@@ -44,7 +44,7 @@
          part { name: "base"; type: RECT;
             mouse_events: 1;
             description { state: "default" 0.0;
-               color: 48 48 48 255;
+               color: 0 0 0 255;
             }
             description { state: "translucent" 0.0;
                inherit: "default" 0.0;
@@ -169,18 +169,6 @@
                image.normal: "bg_glint.png";
             }
          }
-         part { name: "shine";
-            mouse_events: 0;
-            description { state: "default" 0.0;
-               rel1.offset: 0 1;
-               rel2.offset: -1 -1;
-               image.normal: "bg_shine.png";
-               fill.smooth: 0;
-               align: 0.5 0.0;
-               aspect: (255/120) (255/120);
-               aspect_preference: HORIZONTAL;
-            }
-         }

          ////////////////////////////////////////////////////////////////////
          // visual bell - spinning red siren light

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to