Files
profanity/src/ui
Jabber Developer fac1e224bc fix(scroll): handle edge case of extremely long messages
Prior commit (6ad8a190) did not properly handle overflow by long (9000 lines) message,
to address this issue, multiple changes were made:
- Add lines recalculation on win_redraw
- Move `prof_buff_t` struct to header file so its lines could be externally changed
- Call win_redraw once overflow is detected: it allows to recalculate sizes in lines and apply changes to the buffer
2025-10-08 13:00:32 +02:00
..
2023-08-31 23:14:02 +02:00
2025-03-10 11:45:15 +01:00
2025-03-27 20:06:38 +01:00
2025-03-12 10:15:39 +01:00
2025-03-27 20:06:38 +01:00
2023-08-31 23:14:02 +02:00
2025-03-27 20:06:38 +01:00
2020-09-04 12:55:20 +02:00
2019-11-13 12:11:05 +01:00
2025-03-27 20:06:38 +01:00
2020-07-07 14:18:57 +02:00
2025-03-27 20:06:38 +01:00
2025-03-12 10:09:41 +01:00
2023-12-12 18:26:21 +01:00
2023-08-31 23:14:02 +02:00