chjj / blessed

A high-level terminal interface library for node.js.
Other
11.2k stars 528 forks source link

edit: bugfix for carousel repl focus #409

Closed hp4k1h5 closed 1 year ago

hp4k1h5 commented 3 years ago

if a carousel page has an input field, .focus() will crash the app. in my tests, calling getCoords(true) from widgets/textarea prevents an undefined this.screen from crashing the app. parameter get should be true when called from textarea.