How to use the ListTable function from blessed
Find comprehensive JavaScript blessed.ListTable code examples handpicked from public code repositorys.
GitHub: Z01011010Z/vigit
527 528 529 530 531 532 533 534 535 536 537
height: screen.height - 3, }, }); let branches = []; let branchList = blessed.ListTable({ parent: remotetMenu, mouse: true, keys: true, vi: true,
0
0
0
+ 5 other calls in file
blessed.box is the most popular function in blessed (4356 examples)