|
arana Newbie
Joined: 06 Feb 2009 Posts: 2
|
Posted: Fri Feb 06, 2009 6:06 pm
log only specified window |
how can achieve this?
i want am creting a new window with selected text using an alias, i want to log that specific window (let say window name is MyLogwindow)
i tried creating the window using an alias
#window Mylogwindow %0
#log test
this logs my main window not the newly created one, how can i do this? |
|
|
|
Fang Xianfu GURU
Joined: 26 Jan 2004 Posts: 5155 Location: United Kingdom
|
Posted: Sat Feb 07, 2009 12:50 am |
You need to run the #log command from within that window, either with #execwin from scripts, or from the window's command line or with the :windowname:command syntax from any commandline.
|
|
|
|
|
|