Skip to content

Commit

Permalink
Revert "Fix that keeps the cursor hidden on aterm/Eterm when the term…
Browse files Browse the repository at this point in the history
…inal is resized."

This reverts commit 4314bb9.  I
suppose after 20 years, this workaround is obsolete.
  • Loading branch information
MaxKellermann committed Sep 6, 2024
1 parent 6c05890 commit 7be7220
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/screen_init.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,6 @@ ScreenManager::OnResize() noexcept
/* resize all screens */
current_page->second->Resize(layout.GetMainSize());

/* ? - without this the cursor becomes visible with aterm & Eterm */
curs_set(1);
curs_set(0);

SchedulePaint();
}

Expand Down

0 comments on commit 7be7220

Please sign in to comment.