Skip to content

Commit

Permalink
Update renderer.mojo
Browse files Browse the repository at this point in the history
  • Loading branch information
thatstoasty authored Dec 22, 2024
1 parent 23368b3 commit f7c685b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mog/renderer.mojo
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ from .whitespace import WhitespaceOption, new_whitespace, _new_whitespace
import .position


# Working on terminal background querying, for now it defaults to dark background terminal.
# Working on terminal background querying, currently it defaults to dark background terminal.
# If you need to set it to light, you can do so manually via the `set_dark_background` method.
@value
struct Renderer:
Expand Down

0 comments on commit f7c685b

Please sign in to comment.