actual-tui-plugins
Sebastian Herrlinger 2026-03-09 12:22:16 +01:00
parent e40d929554
commit 91f4b0791a
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
import { extend, useKeyboard, useTerminalDimensions, type RenderableConstructor } from "@opentui/solid"
import { RGBA, VignetteEffect, type OptimizedBuffer, type RenderContext } from "@opentui/core"
import { ThreeRenderable, THREE } from "@opentui/core/3d"
import type { TuiApi, TuiPluginInput } from "@opencode-ai/plugin/tui"
import type { TuiApi, TuiKeybindSet, TuiPluginInput } from "@opencode-ai/plugin/tui"
const tabs = ["overview", "counter", "help"]
const bind = {
@ -58,7 +58,7 @@ const names = (input: ReturnType<typeof cfg>) => {
}
}
type Keys = ReturnType<TuiApi["keybind"]["create"]>
type Keys = TuiKeybindSet
const ui = {
panel: "#1d1d1d",
border: "#4a4a4a",