Skip to content

Commit

Permalink
Revert "VTermEmulator: enable text reflow"
Browse files Browse the repository at this point in the history
This feature is broken. It can even lead to a crash when resizing the terminal to a small size.

This reverts commit cd658f4.
  • Loading branch information
magiblot committed Oct 27, 2024
1 parent cd658f4 commit 9c1bf05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/tvterm-core/vtermemu.cc
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ VTermEmulator::VTermEmulator(TPoint size, Writer &aClientDataWriter) noexcept :

vtScreen = vterm_obtain_screen(vt);
vterm_screen_enable_altscreen(vtScreen, true);
vterm_screen_enable_reflow(vtScreen, true);
vterm_screen_set_callbacks(vtScreen, &callbacks, this);
vterm_screen_set_damage_merge(vtScreen, VTERM_DAMAGE_SCROLL);
vterm_screen_reset(vtScreen, true);
Expand Down

0 comments on commit 9c1bf05

Please sign in to comment.