alias draw {
if (!$window(@test)) {
.window -dpeo @test 300 200 500 700
.drawfill -r @test $rgb(20,20,27) $rgb(20,20,27) 0 0
%draw_y = 2
}
var %draw_chan $1
.drawtext -rn @test $rgb(255,244,175) Verdana 13 5 %draw_y %draw_chan
.drawtext -rn @test $rgb(125,249,255) Verdana 13 200 %draw_y - Height: %draw_y
inc %draw_y 15
}

i made a picture window (with the help of my friend EPIC) the question is in normal windows i use //echo -a $sline(@window,1)

how can i do on graphic mode?

thnx