Closed 0xsuk closed 2 years ago
xterm height is colsinteger, so there's a blank space when colsinteger !== parent's height, if xterm is placed at the bottom
https://github.com/jsmecham/atom-terminal-tab/blob/d608f7166586a9d8bffe98007b37118e8040e27b/lib/terminal-view.js#L86
Use cols options of new Terminal(), not css height
xterm height is colsinteger, so there's a blank space when colsinteger !== parent's height, if xterm is placed at the bottom