Bug 修正 #7128

Open
opened 2026-02-16 18:06:15 -05:00 by yindo · 1 comment
Owner

Originally created by @cabes on GitHub (Jan 21, 2026).

Originally assigned to: @kommander on GitHub.

Description

Image

Plugins

oh my opencode

OpenCode version

opencode version: 1.1.30 ,在1.1.28版本也出现该错误

Steps to reproduce

1、安装并用Oh my opencode 创建项目后,再次启动opencode 出现上述报错。
2、错误代码稳定,为:^[[1;1R^[[1;1R^[[4;1085;2534t

Screenshot and/or share link

No response

Operating System

Ubuntu 22.04.5

Terminal

ubuntu 默认终端

Originally created by @cabes on GitHub (Jan 21, 2026). Originally assigned to: @kommander on GitHub. ### Description <img width="1083" height="633" alt="Image" src="https://github.com/user-attachments/assets/da73b477-e6ca-4a7a-ae6e-3b20f9cceb10" /> ### Plugins oh my opencode ### OpenCode version opencode version: 1.1.30 ,在1.1.28版本也出现该错误 ### Steps to reproduce 1、安装并用Oh my opencode 创建项目后,再次启动opencode 出现上述报错。 2、错误代码稳定,为:^[[1;1R^[[1;1R^[[4;1085;2534t ### Screenshot and/or share link _No response_ ### Operating System Ubuntu 22.04.5 ### Terminal ubuntu 默认终端
yindo added the opentuibug labels 2026-02-16 18:06:15 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Jan 21, 2026):

This issue might be a duplicate of existing issues. Please check:

  • #8866: on linux server, opencode will auto type string (e.g: ;23M;26M;29M) into input area
  • #7062: Pressing Ctrl+C in input field outputs ANSI escape sequences/garbled text
  • #8715: Opencode Windows Character Spamming
  • #6912: Ctrl+C does not disable mouse tracking, causing raw escape sequences to flood terminal

These all appear to be related to terminal escape sequence handling issues that occur across different platforms and terminals. The error code you're seeing (^[[1;1R^[[1;1R^[[4;1085;2534t) matches the pattern of ANSI escape sequence mishandling.

Feel free to ignore if none of these address your specific case.

@github-actions[bot] commented on GitHub (Jan 21, 2026): This issue might be a duplicate of existing issues. Please check: - #8866: on linux server, opencode will auto type string (e.g: ;23M;26M;29M) into input area - #7062: Pressing Ctrl+C in input field outputs ANSI escape sequences/garbled text - #8715: Opencode Windows Character Spamming - #6912: Ctrl+C does not disable mouse tracking, causing raw escape sequences to flood terminal These all appear to be related to terminal escape sequence handling issues that occur across different platforms and terminals. The error code you're seeing (^[[1;1R^[[1;1R^[[4;1085;2534t) matches the pattern of ANSI escape sequence mishandling. Feel free to ignore if none of these address your specific case.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#7128