LANCommander/LANCommander.UI/_Imports.razor.js
Pat Hartl 66abc6e59e Implement infinite loading with chat thread
- Chat messages are now loaded based on scroll position
- Read status is now updated and set by last message read
- Reworked script importing by using ScriptProvider
2026-01-11 14:38:24 -06:00

7 lines
No EOL
156 B
JavaScript

import { Readline } from "xterm-readline"
import { FitAddon } from "@xterm/addon-fit"
window.XtermAddons = {
Fit: FitAddon,
Readline: Readline
}