Am Montag, den 17.06.2013, 19:02 +0100 schrieb Martin:
> On 17/06/2013 17:13, Mattias Gaertner wrote:
> > On Sat, 15 Jun 2013 13:46:57 +0000
> > Mark Morgan Lloyd <markmll.laza...@telemetry.co.uk> wrote:
> >
> >> What's the easiest way to implement something like xterm or konsole,
> >> that has minimal escape decoding for e.g. cursor control but under
> >> normal circumstances buffers output lines in scrollable form?
> >>
> >> What I'm trying to do is implement some special 8-bit codepage mapping
> >> for programs run inside a window, but it would be desirable to be able
> >> to run a (unix) shell and a standard editor such as vi.
> > I'm interested in a terminal LCL control as well.
> >
> Count me in (for wanting to have), would be nice for the debugger 
> (linux) (and Mac, if someone knows how to simulate a tty)

Only a thought: Isn't that exactly what any editor window does? Maybe a
stripped down SynEdit would do?

If using (n)curses is no option, writing or reusing a char interpreting
component would be [the|one] way to go.

-- 
Marc Santhoff <m.santh...@web.de>


--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to