fix scrolling in chatbox
This commit is contained in:
parent
698bba65ce
commit
8816fe5b39
1 changed files with 3 additions and 4 deletions
7
lydia.js
7
lydia.js
|
|
@ -40,9 +40,8 @@ const faceBox = blessed.box({
|
||||||
top: 0,
|
top: 0,
|
||||||
left: 1,
|
left: 1,
|
||||||
width: "100%",
|
width: "100%",
|
||||||
height: "90%",
|
height: 9,
|
||||||
scrollable: true,
|
scrollable: false,
|
||||||
alwaysScroll: true,
|
|
||||||
mouse: true,
|
mouse: true,
|
||||||
keys: true,
|
keys: true,
|
||||||
vi: true,
|
vi: true,
|
||||||
|
|
@ -54,7 +53,7 @@ const chatBox = blessed.box({
|
||||||
top: 9,
|
top: 9,
|
||||||
left: 1,
|
left: 1,
|
||||||
width: "100%",
|
width: "100%",
|
||||||
height: "90%",
|
bottom: 3,
|
||||||
scrollable: true,
|
scrollable: true,
|
||||||
alwaysScroll: true,
|
alwaysScroll: true,
|
||||||
mouse: true,
|
mouse: true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue