How to use the BigText function from blessed
Find comprehensive JavaScript blessed.BigText code examples handpicked from public code repositorys.
GitHub: thatsmydoing/openpreppad
17 18 19 20 21 22 23 24 25 26
style: { bg: 'cyan-bg' } }) let box = blessed.BigText({ top: 0, right: 0, width: 'shrink', height: 'shrink',
3
4
3
+ 3 other calls in file
GitHub: jfedyczak/owonb35
71 72 73 74 75 76 77 78 79 80
} }) // screen.append(display) let displayReadout = blessed.BigText({ parent: display, top: 0, left: 0, content: ' --.--',
0
2
2
GitHub: octalmage/agile-alarm
9 10 11 12 13 14 15 16 17 18
// Set default alarm to 5 minutes. let alarmTime = moment().add('5', 'minutes'); let timer; // Build the UI. const time = blessed.BigText({ parent: screen, align: 'center', name: 'alarm', width: '100%',
0
2
1
blessed.box is the most popular function in blessed (4356 examples)