https://bugs.kde.org/show_bug.cgi?id=492896

--- Comment #17 from Waqar Ahmed <waqar....@gmail.com> ---
Since you are on Arch, building konsole yourself is trivial. I would suggest
adding some printfs in the scrolling code to help might make the situation more
clear. Building konsole is just

- git clone https://invent.kde.org/utilities/konsole
- mkdir build && cd build
- cmake ..
- make -j$(nproc) # run this only in `build` dir when rebuilding
- ./bin/konsole # run it

The file where the relevant logic lives
https://invent.kde.org/utilities/konsole/-/blob/master/src/history/HistoryFile.cpp

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to