mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-13 21:32:56 -07:00
chore: fix truncation logic and test duplications
This commit is contained in:
@@ -1148,7 +1148,8 @@ export class ShellExecutionService {
|
||||
|
||||
let lastYdisp = 0;
|
||||
let hasReachedMax = false;
|
||||
const scrollbackLimit = shellExecutionConfig.scrollback ?? SCROLLBACK_LIMIT;
|
||||
const scrollbackLimit =
|
||||
shellExecutionConfig.scrollback ?? SCROLLBACK_LIMIT;
|
||||
|
||||
headlessTerminal.onScroll((ydisp) => {
|
||||
if (!isWriting) {
|
||||
|
||||
Reference in New Issue
Block a user