On Fri, 2 Apr 2021 09:44:08 +0200 Christian Parpart <christian@parpart.family>
said:

> Hey guys,
> 
> I just subscribed to this ML as I am currently investigating in currently
> existing (virtual) terminal emulator image protocols - that includes the
> one from Terminology.
> 
> Sadly this is the one I could find out the least, and my open questions are:
> 
> * When was Terminologies image protocol *first* publicly available?
> * And how does it work, i.e. I couldn't actually see it transmitting any VT
> sequences in order to pass the image from the client application to the
> terminal and I wonder what communication protocol it is using.
> 
> Maybe some of you can give me a hint or two :)

did you read the README that terminology comes with? :) it actually details how
the escapes work... did you look at tycat, typop, tyls, tybg, tyq, tyalpha src
(.c files) which demonstrate this working in code too? hell there are some more
like tysend.c which allows you to remote send data via escapes (think of a
modern version of zmodem over serial - but now u can ssh to some other system or
telnet  or whatever then tysend filename and it'll arrive locally where the
terminal runs with progress bars etc.).

as for when did this come about? my first commit to terminology (ie when i
first published it to a repository - i was working on it before this so it'd
have started before this). it was:

    Date:   Tue Jun 12 10:10:01 2012 +0000

that was the first day it hit svn (at the time - moved to git later). the first
commit that brought escapes to do things with media (the media support was
already there for other reason like background):

    Date:   Wed Mar 20 19:00:05 2013 +0900

-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
Carsten Haitzler - ras...@rasterman.com



_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to