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:
committed by
Stefan Haller
parent
af190ad280
commit
0f38d2d61e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user