Spawn a Command Line application Window and output log information
    Panke 
    tobias at pankrath.net
       
    Mon May 18 16:40:24 UTC 2020
    
    
  
On Monday, 18 May 2020 at 16:36:11 UTC, BoQsc wrote:
> I'd like to have application as small as possible with a simple 
> Command Line Window.
> I'd use that Window to output notices, log information and the 
> like.
>
> Would this require GUI library and how can this be achieved?
If you do not want to create the library yourself, you could 
spawn a terminal application like konsole or kitty and start a 
simple cli app.
You'd need to have some form of inter process communication setup 
for this though.
    
    
More information about the Digitalmars-d-learn
mailing list