Re: Terminix Year In Review

2017-01-02 Thread Getald via Digitalmars-d-announce

On Monday, 2 January 2017 at 20:33:04 UTC, Chris Wright wrote:
You could also rip out the logic and the system calls and so 
forth and hook them up (laboriously) to a TextView with 
appropriate styling. Which is probably nontrivial on both sides.


I'm not sure a textview would be viable, it might work for the 
command prompt but I doubt it would handle ncurses type 
applications like vi or nano very well. I also suspect the 
performance wouldn't be very good when dealing with a lot of 
output like cat'ing a large file.





Re: Terminix 1.4.0 Released

2016-12-22 Thread Getald via Digitalmars-d-announce
On Thursday, 22 December 2016 at 15:36:38 UTC, Matthias Klumpp 
wrote:

Congrats to the new release!

Could you maybe delete or rename the 1.20 tag? And maybe also 
the 1.30 release? (see 
https://github.com/gnunn1/terminix/releases/tag/1.20 )
At least the tag messes up the new-release notifications at 
Debian, since 1.20 >> 1.4


I'll fix that later today, thanks for letting me know.