1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-11-25 22:32:13 +02:00

Implement suspending the app using ctrl-z

Co-authored-by: Stefan Haller <stefan@haller-berlin.de>
This commit is contained in:
cowboy8625
2025-07-19 07:17:30 -05:00
committed by Stefan Haller
parent af190ad280
commit 0f38d2d61e
12 changed files with 142 additions and 1 deletions

View File

@@ -848,6 +848,8 @@ func (gui *Gui) Run(startArgs appTypes.StartArgs) error {
gui.BackgroundRoutineMgr.startBackgroundRoutines()
gui.Helpers().SuspendResume.InstallResumeSignalHandler()
gui.c.Log.Info("starting main loop")
// setting here so we can use it in layout.go