From 7919cb266e31f719039cbaef703ed226c670fd77 Mon Sep 17 00:00:00 2001 From: Justin Su Date: Sun, 21 Jul 2024 01:33:37 -0400 Subject: [PATCH] Update comment --- macos/Sources/Features/Terminal/TerminalController.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/macos/Sources/Features/Terminal/TerminalController.swift b/macos/Sources/Features/Terminal/TerminalController.swift index 81b86a215..0ac42d109 100644 --- a/macos/Sources/Features/Terminal/TerminalController.swift +++ b/macos/Sources/Features/Terminal/TerminalController.swift @@ -118,7 +118,8 @@ class TerminalController: NSWindowController, NSWindowDelegate, /// Update the accessory view of each tab according to the keyboard /// shortcut that activates it (if any). This is called when the key window - /// changes and when a window is closed. + /// changes, when a window is closed, and when tabs are reordered + /// with the mouse. func relabelTabs() { // Reset this to false. It'll be set back to true later. tabListenForFrame = false