Skip to content

Exeggutor v1.1.2

Choose a tag to compare

@TS47Andres TS47Andres released this 24 Jun 12:09

Changes

  • Fix CSS specificity: use .xterm .xterm-viewport\ selector with !important\ to properly override xterm.js's built-in \overflow-y: scroll\ — xterm.css is imported after index.css in the bundle, so .xterm-viewport\ (0,1,0) was always defeated by xterm's .xterm .xterm-viewport\ (0,2,0)
  • Rely on xterm.js native wheel handling for alternate screen mode (sends arrow key sequences or mouse events to TUI apps depending on app mouse tracking mode)
  • No custom wheel event handler — avoids double-firing and unexpected arrow key side effects