Skip to content

Commit f114abc

Browse files
committed
feat(console): wrap
1 parent 2e42d4b commit f114abc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lua/leetcode-ui/popup/console/result.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ function ResultPopup:init(parent)
5151
},
5252
win_options = {
5353
winhighlight = "Normal:NormalSB,FloatBorder:FloatBorder",
54+
wrap = true,
5455
},
5556
})
5657

lua/leetcode-ui/popup/console/testcase.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ function Testcase:init(parent)
170170
},
171171
win_options = {
172172
winhighlight = "Normal:NormalSB,FloatBorder:FloatBorder",
173+
wrap = true,
173174
},
174175
})
175176

0 commit comments

Comments
 (0)