Skip to content

Commit

Permalink
Fix bug in the latest commits on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
shirok committed Dec 3, 2024
1 parent 2d8d5ab commit 14572f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gauche/interactive.scm
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@
sys-windows-terminal?
sys-windows-console-legacy?)
;; wide character settings for text.line-edit
(if-let1 ctx %line-edit-ctx
(if-let1 ctx *line-edit-ctx*
;; check if we have a windows console
;; (except for windows terminal (windows 10))
(when (and (sys-has-windows-console?)
Expand Down

0 comments on commit 14572f5

Please sign in to comment.