fix scrolling in chatbox

This commit is contained in:
Eri Ishihara 2025-07-19 10:52:52 +02:00
parent 698bba65ce
commit 8816fe5b39

View file

@ -40,9 +40,8 @@ const faceBox = blessed.box({
top: 0,
left: 1,
width: "100%",
height: "90%",
scrollable: true,
alwaysScroll: true,
height: 9,
scrollable: false,
mouse: true,
keys: true,
vi: true,
@ -54,7 +53,7 @@ const chatBox = blessed.box({
top: 9,
left: 1,
width: "100%",
height: "90%",
bottom: 3,
scrollable: true,
alwaysScroll: true,
mouse: true,