comp.lang.ada
 help / color / mirror / Atom feed
From: "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de>
Subject: Re: text_io and grid printing
Date: Thu, 17 May 2018 20:22:14 +0200
Date: 2018-05-17T20:22:14+02:00	[thread overview]
Message-ID: <pdkh8m$p52$1@gioia.aioe.org> (raw)
In-Reply-To: ebf38d60-0da8-4e2d-9af9-aa6c1465c89e@googlegroups.com

On 2018-05-17 19:24, Mehdi Saada wrote:
> Sorry, of course it does on a same LINE. I meant it can't go upper in the screen...

Easily:

    Screen : array (1..24) of String (1..80);

Remember it is either plain text I/O or else not. Plain text ends with 
fixed space ASCII, maybe, some subset of Unicode. Anything beyond that 
is not not text, but a text buffer, document, surface for rendering, 
cell renderer etc. The problem you describe simply is non-existent. 
There is no such thing as column, but some coordinate system, or 
iterator/cursor, or markup etc.

-- 
Regards,
Dmitry A. Kazakov
http://www.dmitry-kazakov.de

  reply	other threads:[~2018-05-17 18:22 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-17 14:51 text_io and grid printing Mehdi Saada
2018-05-17 15:01 ` Mehdi Saada
2018-05-17 15:20 ` J-P. Rosen
2018-05-17 15:55 ` Dmitry A. Kazakov
2018-05-17 16:14 ` Mehdi Saada
2018-05-17 16:24   ` Dmitry A. Kazakov
2018-05-17 17:24     ` Mehdi Saada
2018-05-17 18:22       ` Dmitry A. Kazakov [this message]
2018-05-17 16:43 ` Jeffrey R. Carter
2018-05-17 18:57   ` Niklas Holsti
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox