Update comment

This commit is contained in:
Justin Su
2024-07-21 01:33:37 -04:00
parent e6a4bb99f7
commit 7919cb266e

View File

@ -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