How to use the Prompt function from blessed
Find comprehensive JavaScript blessed.Prompt code examples handpicked from public code repositorys.
GitHub: fazo96/telecommander
206 207 208 209 210 211 212 213 214 215
data.loader.stop() data.loader.load(msg) } // Widget used to ask for phone number and code data.promptBox = blessed.Prompt(data.getDefaultPopupStyle()) data.screen.append(data.promptBox) // Widget used to show pop up read only messages data.popup = blessed.Message(data.getDefaultPopupStyle())
2
32
2
+ 2 other calls in file
blessed.box is the most popular function in blessed (4356 examples)