Skip to content

Commit b341beb

Browse files
committed
Bug 341721: Add context menu item to change terminal name
Change-Id: Idd41b58ad4f052c32d6a9c57303f1b9ef05aff7c
1 parent 7c1f001 commit b341beb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

terminal/plugins/org.eclipse.tm.terminal.control/src/org/eclipse/tm/internal/terminal/control/ITerminalViewControl.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,4 +166,9 @@ public interface ITerminalViewControl {
166166
* @since 4.1
167167
*/
168168
void removeMouseListener(ITerminalMouseListener listener);
169+
170+
/**
171+
* @since 5.1
172+
*/
173+
void setTerminalTitle(String newTitle);
169174
}

0 commit comments

Comments
 (0)