mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-03 08:28:36 +00:00
macos: setup sequence for SplitTree
This commit is contained in:
@@ -11,7 +11,7 @@ extension Ghostty {
|
||||
/// "container" which has a recursive top/left SplitNode and bottom/right SplitNode. These
|
||||
/// values can further be split infinitely.
|
||||
///
|
||||
enum SplitNode: Equatable, Hashable, Codable, Sequence {
|
||||
enum SplitNode: Equatable, Hashable, Codable {
|
||||
case leaf(Leaf)
|
||||
case split(Container)
|
||||
|
||||
|
Reference in New Issue
Block a user