diff --git a/src/gui/BufferPane.cc b/src/gui/BufferPane.cc index 0cb043f..de124c4 100644 --- a/src/gui/BufferPane.cc +++ b/src/gui/BufferPane.cc @@ -430,9 +430,7 @@ void BufferPane::draw_cursor(int x, int y, int i, int columns) { if (i == 0) { - m_window->gl()->draw_rect(win_x(x), win_y(y), 1, height, 1.0, 0.2, 1.0, 1.0); - m_window->gl()->draw_rect(win_x(x + 1), win_y(y + height - 1), 2, 1, 1.0, 0.2, 1.0, 1.0); - m_window->gl()->draw_rect(win_x(x + 1), win_y(y), 2, 1, 1.0, 0.2, 1.0, 1.0); + m_window->gl()->draw_rect(win_x(x), win_y(y), 3, height, 1.0, 0.2, 1.0, 1.0); } } else if (m_focused)