mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
Previously, case-change operations did not produce visible results. As of now, setting `m_chars_touched_in_the_middle` to a non-zero value results in refreshing the whole line. So case-change operations now set that variable (causing a line refresh) in order to produce visible results as expected.