On 08/22/2012 11:57 AM, Enlightenment SVN wrote:
> Author:       barbieri
> Date:         2012-08-22 03:57:51 -0700 (Wed, 22 Aug 2012)
> New Revision: 75539
> Trac:         http://trac.enlightenment.org/e/changeset/75539
> 
> Modified:
>   trunk/terminology/README trunk/terminology/src/bin/termcmd.c 
> 
> Modified: trunk/terminology/README
> ===================================================================
> --- trunk/terminology/README  2012-08-22 10:36:01 UTC (rev 75538)
> +++ trunk/terminology/README  2012-08-22 10:57:51 UTC (rev 75539)
> @@ -60,7 +60,10 @@
>  f+ = Increase fontsize
>  f- = Decreate fontsize
>  fb = Display big font size (10x20 bitmap, or size 20 with scalable).
> -gNxM = make terminal NxM chars in size (if possible). e.g. g80x48 g40x20
> +gNxM = make terminal NxM chars in size (if possible). e.g. g80x48 g40x20.
> +       If just one number is provided, it will use the following shortcuts:
> +       g0=80x40; g1=80x40; g2=80x60; g3=80x80; g4=120x24; g5=120x40; 
> g6=120x60;

Reading the patch, g0 should be 80x24.

> Modified: trunk/terminology/src/bin/termcmd.c
> ===================================================================
> --- trunk/terminology/src/bin/termcmd.c       2012-08-22 10:36:01 UTC (rev 
> 75538)
> +++ trunk/terminology/src/bin/termcmd.c       2012-08-22 10:57:51 UTC (rev 
> 75539)
> @@ -86,17 +86,55 @@
> +                case 0:
> +                   w = 80;
> +                   h = 24;
> +                   break;

Regards,
Daniel

------------------------------------------------------------------------------
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