mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-10 20:05:50 +02:00
This decouples StreamOutput from whether a PTY is used. In most cases we just want to see the output in the log window, but don't have to use a PTY, e.g. for the bisect commands. This has the implication that custom commands that are using "stream: true" no longer use a PTY. In most cases that's probably a good thing, but we're going to add a separate pty config for those who really wanted this. |
||
---|---|---|
.. | ||
cmd_obj.go | ||
cmd_obj_builder.go | ||
cmd_obj_runner.go | ||
cmd_obj_runner_default.go | ||
cmd_obj_runner_test.go | ||
cmd_obj_runner_win.go | ||
cmd_obj_test.go | ||
copy.go | ||
dummies.go | ||
fake_cmd_obj_runner.go | ||
gui_io.go | ||
os.go | ||
os_default_platform.go | ||
os_default_test.go | ||
os_test.go | ||
os_windows.go | ||
os_windows_test.go |