From ffb6e9fb9585b1d8130d575058e3ccb261cc6b0f Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Thu, 12 Sep 2024 15:04:38 -0400 Subject: [PATCH] Document torn tag --- menu.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/menu.go b/menu.go index ed990d7..596aae0 100644 --- a/menu.go +++ b/menu.go @@ -10,7 +10,8 @@ import "git.tebibyte.media/tomo/objects/layouts" // // Sub-components: // - Root is the root of the window. It is differentiated from a normal Root -// object in that it has the [menu] tag. +// object in that it has the [menu] tag. If the menu has been torn off, it +// will have the [torn] tag. // - TearLine is a horizontal line at the top of the menu that, when clicked, // causes the menu to be "torn off" into a movable window. type Menu struct {