AlexandreCassagne / blacktree-visor

Automatically exported from code.google.com/p/blacktree-visor
0 stars 0 forks source link

feature request: applescript Interface #39

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be nice to have some interface that allows other applications to 
determine if the visor terminal is open or closed.  I am working on a 
growl notification of events from a terminal (specifically, irssi IRC), 
but they should only be produced if the terminal is not active.  
Unfortunately, when visor is used, the 'current application' is not always 
correctly identified.

Thanks,

Tom Feist

Original issue reported on code.google.com by shab...@gmail.com on 14 Aug 2008 at 1:23

GoogleCodeExporter commented 9 years ago
Hi Tom, I'm not an applescript guru, but I've fixed visor-ed terminal 
applescript interface.

http://github.com/darwin/visor/commit/c99c26dec9823746293addf7178ba9f4012be9b6

As far as I understand the stuff, visored terminal window (aka quake console) 
should be always the first 
window in the terminal.app widnows list. Determining if window is visible or 
not should be generic 
functionality of NSWindow exposed via applescript.

my $.02

Original comment by antonin....@gmail.com on 19 Jan 2009 at 12:11

GoogleCodeExporter commented 9 years ago
Fixed in Visor 1.6

Original comment by antonin....@gmail.com on 7 Mar 2009 at 4:14