aaronjanse / 3mux

Terminal multiplexer inspired by i3
MIT License
1.82k stars 46 forks source link

fix off-by-one error in reverse index #113

Closed aaronjanse closed 3 years ago

aaronjanse commented 3 years ago

The ecma48 parser converts 1-indexing to 0-indexing, so we don't need to do it again in vterm. This fixes scrolling in htop.