Index: [thread] [date] [subject] [author]
  From: becka@rz.uni-duesseldorf.de
  To  : ggi-develop@eskimo.com
  Date: Wed, 1 Jul 1998 20:05:20 +0200 (MET DST)

Re: display-tile

Hi !

> What do you think about this:
> 
> export LIBGGI_DISPLAY="tile:x;x;x;x"

Yeah - this is wrong. tile takes the following arguments:

tile:%d,%d,%d,%d,(subtarget):...

The %d are offset-x, offset-y, size-x, size-y of the idividual tiles.

> ./testpattern Using mode (-1x-1 [-1x-1]  -1bpp)
> display-tile: Opening of target E[7m:nd=\E[C:r2=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l\E<:rc=\E8:sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:ta=^I:te=\E[2J\E[?47l\E8:ti=\E7\E[?47h:u6=\E[%d;%dR:u7=\E[6n:u8=\E[?1;2c:u9=\E[c:ue=\E[m:up=\E[A:us=\E[4m: failed.

> That's a good one, isn't it?

The parser is seemingly going into uninitialized memory.

Someone should fix that message to be useful - like

display-tile: parameters are "offx,offy,sizex,sizey,(subdisplay):..."

CU,ANdy

> ~
> ~
> ~
> ~
> ~
> ~
> ~
> ~
> ~
> ~
> ~
> ~
> ~
> ~
> ~
> 
> --  
> Hartmut Niemann   --   niemann(a)cip.e-technik.uni-erlangen.de
> http://cip2.e-technik.uni-erlangen.de:8080/hyplan/niemann/index_en.html [/ggi]
> 
> 


-- 
==============================================================================
= Andreas Beck                    |  Email :  <andreas.beck@ggi-project.org> =
= Zur Goetscher Muehle 25         |  Phone :  +49 2173 988375 (ISDN)         =
= D-40764 Langenfeld              |  Fax   :  +49 2173 988374 (ISDN)         =
==============================================================================
===  World-Wide-Web URL :  http://sunserver1.rz.uni-duesseldorf.de/~becka  ===
========  GGI - The Right Thing To Do : http://www.ggi-project.org/   ========
==============================================================================

Index: [thread] [date] [subject] [author]