Skip to content

Commit 0c6000e

Browse files
committed
fix(core): remove ui.stop_render_output()
i don't think we need it
1 parent 09e4ca4 commit 0c6000e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/opencode/core.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ function M.stop()
180180
state.api_client:abort_session(state.active_session.id):wait()
181181
end
182182
require('opencode.ui.footer').clear()
183-
ui.stop_render_output()
183+
-- ui.stop_render_output()
184184
-- require('opencode.ui.streaming_renderer').reset_and_render()
185185
input_window.set_content('')
186186
require('opencode.history').index = nil

0 commit comments

Comments
 (0)