mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-01 14:52:25 +00:00
upgrade opentui to v0.1.46
- enable bracketed paste (and more) on win - fix word wrapping with CJK and at wrap/chunk boundaries - old style meta+arrow - allow <1 scroll speed for slowdown
This commit is contained in:
@@ -437,7 +437,7 @@ export namespace Config {
|
||||
})
|
||||
|
||||
export const TUI = z.object({
|
||||
scroll_speed: z.number().min(1).optional().default(1).describe("TUI scroll speed"),
|
||||
scroll_speed: z.number().min(0.001).optional().default(1).describe("TUI scroll speed"),
|
||||
scroll_acceleration: z
|
||||
.object({
|
||||
enabled: z.boolean().describe("Enable scroll acceleration"),
|
||||
|
||||
Reference in New Issue
Block a user