cronvel / terminal-kit

Terminal utilities for node.js
MIT License
3.08k stars 198 forks source link

document: InlineInputField only widthPercent breaks input #224

Open SinanAkkoyun opened 1 year ago

SinanAkkoyun commented 1 year ago

Hi, one has to set the width to some arbitrary value in order for widthPercent to work for InlineInputFields

Also, I want my TextBox to always be at position 0 0 and stretch the height to document.outputHeight - 2 (so no percentages). BUt these values do not update when resizing. How could I achieve dynamic resizing with thath?

Thanks!