mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 04:15:48 +02:00
add commit message controller
This commit is contained in:
parent
120078f011
commit
d991d74b06
11 changed files with 217 additions and 129 deletions
|
@ -207,6 +207,9 @@ func (self *cmdObjRunner) runAndStreamAux(
|
|||
cmdObj ICmdObj,
|
||||
onRun func(*cmdHandler, io.Writer),
|
||||
) error {
|
||||
// if we're streaming this we don't want any fancy terminal stuff
|
||||
cmdObj.AddEnvVars("TERM=dumb")
|
||||
|
||||
cmdWriter := self.guiIO.newCmdWriterFn()
|
||||
|
||||
if cmdObj.ShouldLog() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue