mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-15 04:12:25 +00:00
style(tui): apply npm run fix
Run the TUI lint autofix and formatter on the PR branch after the sticky prompt and paste recovery changes.
This commit is contained in:
parent
d7ae8dfd0a
commit
f542d17b00
20 changed files with 60 additions and 52 deletions
|
|
@ -11,13 +11,13 @@ import { InputEvent } from '../events/input-event.js'
|
|||
import { TerminalFocusEvent } from '../events/terminal-focus-event.js'
|
||||
import {
|
||||
INITIAL_STATE,
|
||||
parseMultipleKeypresses,
|
||||
type ParsedInput,
|
||||
type ParsedKey,
|
||||
type ParsedMouse
|
||||
type ParsedMouse,
|
||||
parseMultipleKeypresses
|
||||
} from '../parse-keypress.js'
|
||||
import reconciler from '../reconciler.js'
|
||||
import { finishSelection, hasSelection, startSelection, type SelectionState } from '../selection.js'
|
||||
import { finishSelection, hasSelection, type SelectionState, startSelection } from '../selection.js'
|
||||
import { getTerminalFocused, setTerminalFocused } from '../terminal-focus-state.js'
|
||||
import { TerminalQuerier, xtversion } from '../terminal-querier.js'
|
||||
import { isXtermJs, setXtversionName, supportsExtendedKeys } from '../terminal.js'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue