Skip to content

Commit

Permalink
Name the screen in the example
Browse files Browse the repository at this point in the history
  • Loading branch information
acook committed Oct 11, 2023
1 parent 831ee85 commit 8a3b010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/new_example/new_example.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def setup
end

def run
screen = Screen.new
screen = Screen.new name: "Main Screen"
screen.frames << lsidebar
screen.frames << rsidebar
screen.frames << content
Expand Down

0 comments on commit 8a3b010

Please sign in to comment.