Avoid console clipping/capping in ConEmu

0

I'm using ConEmu with Git Bash. Everything works fine for the moment, but when I'm using tailing logs (like with Heroku using heroku logs --tail), at a certain moment the console gets clipped/capped and old entries are lost.

This doesn't happen when using Git Bash directly, so I'm guessing it's something with ConEmu.

Does anyone know if I should tweak a setting or something to avoid entries being clipped? I searched in the preferences but I couldn't find anything, but perhaps I didn't see it.

Thanks in advance.

Gonzalo González Mora

Posted 2017-01-18T18:29:51.883

Reputation: 3

Answers

0

ConEmu does not clip anything. It just shows the contents of the RealConsole. You may increase backscroll length of the buffer up to 32766 lines: http://conemu.github.io/en/SettingsSizePos.html#id2894

Maximus

Posted 2017-01-18T18:29:51.883

Reputation: 19 395

Thank you very much, Maximus! And thanks a lot for creating ConEmu, it's an amazing program! :) – Gonzalo González Mora – 2017-01-19T20:08:21.983