9#ifndef LLDB_CORE_STATUSLINE_H
10#define LLDB_CORE_STATUSLINE_H
30 void Redraw(
bool update =
true);
37 void Draw(std::string msg);
A class to manage flag bits.
void UpdateScrollWindow(ScrollWindowMode mode)
Set the scroll window for the given mode.
void Enable()
Reduce the scroll window and draw the statusline.
void TerminalSizeChanged()
Inform the statusline that the terminal dimensions have changed.
Statusline(Debugger &debugger)
uint64_t m_terminal_height
uint64_t m_terminal_width
void Disable()
Hide the statusline and extend the scroll window.
void Redraw(bool update=true)
Redraw the statusline.
void Draw(std::string msg)
Draw the statusline with the given text.
A class that represents a running process on the host machine.