1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-24 05:36:19 +02:00
Stefan Haller d5b4f7bb3e Rerender certain views when their width changes
Situations where a view's width changes:
- changing screen modes
- enter staging or patch building
- resizing the terminal window

For the first of these we currently have special code to force a rerender, since
some views render different content depending on whether they are in full-screen
mode. We'll be able to remove that code now, since this new generic mechanism
takes care of that too.

But we will need this more general mechanism for cases where views truncate
their content to the view width; we'll add one example for that later in this
branch.
2023-10-16 09:03:07 +02:00
..
2023-09-20 13:30:49 +02:00
2023-06-01 20:12:20 +10:00
2023-04-30 13:19:53 +10:00
2022-12-30 20:01:14 +09:00
2023-07-31 22:33:04 +10:00
2023-10-08 18:45:36 +02:00
2023-09-18 10:20:23 +02:00
2023-07-31 22:33:04 +10:00
2023-09-09 09:45:08 +02:00