diff options
| author | Yukai Huang <yukaihuangtw@gmail.com> | 2025-06-27 23:00:34 +0800 |
|---|---|---|
| committer | Yukai Huang <yukaihuangtw@gmail.com> | 2025-06-27 23:00:34 +0800 |
| commit | ca6a58063a1c164d72af820b40cf18a19ec204f3 (patch) | |
| tree | bb783f3d1cf25ea24cf1a89f643ab92f4e0045ba /src/terminal_ui.hh | |
| parent | 6a19bb0493f17c10329eefd411f4c58ae9381a90 (diff) | |
fix: prevent cursor rendering conflicts by simplifying cursor positioning logic
Diffstat (limited to 'src/terminal_ui.hh')
| -rw-r--r-- | src/terminal_ui.hh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/terminal_ui.hh b/src/terminal_ui.hh index 6ad78bf9..5869515c 100644 --- a/src/terminal_ui.hh +++ b/src/terminal_ui.hh @@ -61,8 +61,6 @@ public: static void restore_terminal(); void suspend(); - - bool is_cursor_native() const { return m_terminal_cursor_native; } struct Rect { @@ -136,8 +134,6 @@ private: CursorMode mode; DisplayCoord coord; } m_cursor; - - struct Cursor m_prev_cursor; FDWatcher m_stdin_watcher; OnKeyCallback m_on_key; |
