Skip to content

Commit 8c7b60e

Browse files
committed
[lldb/Debugger] Fixup cherry-pick to work on the 20200108 branch
This is a followup to: d9166ad [lldb/Driver] Support terminal resizing
1 parent 8281109 commit 8c7b60e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Core/Debugger.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ uint32_t Debugger::GetTerminalWidth() const {
388388
}
389389

390390
bool Debugger::SetTerminalWidth(uint32_t term_width) {
391-
if (auto handler_sp = m_io_handler_stack.Top())
391+
if (auto handler_sp = m_input_reader_stack.Top())
392392
handler_sp->TerminalSizeChanged();
393393

394394
const uint32_t idx = ePropertyTerminalWidth;

0 commit comments

Comments
 (0)