Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

连接断开时没有提示,也无法自动重连 #2

Open
dzpao opened this issue Jul 8, 2019 · 1 comment
Open

连接断开时没有提示,也无法自动重连 #2

dzpao opened this issue Jul 8, 2019 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@dzpao
Copy link
Collaborator

dzpao commented Jul 8, 2019

No description provided.

@dzpao dzpao added the enhancement New feature or request label Jul 8, 2019
@dzpao dzpao added this to the v1.0 milestone Jul 8, 2019
@dzpao dzpao modified the milestones: v1.0, v0.6 Aug 27, 2019
dzpao added a commit that referenced this issue Aug 31, 2019
主要变化如下:

* 重构代码结构,拆分 Lua/MUD/UI 三部分代码,调整目录结构以支持 go get
* 开始支持通过配置文件和命令行选项的方式来设置程序参数
* Lua 可选启动
* 智能渲染表格线,也可通过配置文件指定,使得不同环境下的表格始终能够对齐
* 基本能够正确渲染颜色,但仍有不足
* 实现了一个 IAC 处理的基本框架

已知问题:

* 由于 tview.TextView 和 tview.ANSIWriter 在颜色处理方面的 BUG
  因此本项目直接集成了这两个模块的修正版
* 由于 tview.TextView 的性能问题,在屏幕内容超过一万行时,有明显的卡顿

以上修改应当可以:

Close #1 #2 #3 #16 #17 #18
dzpao added a commit that referenced this issue Sep 6, 2019
主要变化如下:

* 重构代码结构,拆分 Lua/MUD/UI 三部分代码,调整目录结构以支持 go get
* 开始支持通过配置文件和命令行选项的方式来设置程序参数
* Lua 可选启动
* 智能渲染表格线,也可通过配置文件指定,使得不同环境下的表格始终能够对齐
* 基本能够正确渲染颜色,但仍有不足
* 实现了一个 IAC 处理的基本框架

已知问题:

* 由于 tview.TextView 和 tview.ANSIWriter 在颜色处理方面的 BUG
  因此本项目直接集成了这两个模块的修正版
* 由于 tview.TextView 的性能问题,在屏幕内容超过一万行时,有明显的卡顿

以上修改应当可以:

Close #1 #2 #3 #16 #17 #18
dzpao added a commit that referenced this issue Sep 6, 2019
主要变化如下:

* 重构代码结构,拆分 Lua/MUD/UI 三部分代码,调整目录结构以支持 go get
* 开始支持通过配置文件和命令行选项的方式来设置程序参数
* Lua 可选启动
* 智能渲染表格线,也可通过配置文件指定,使得不同环境下的表格始终能够对齐
* 基本能够正确渲染颜色,但仍有不足
* 实现了一个 IAC 处理的基本框架

已知问题:

* 由于 tview.TextView 和 tview.ANSIWriter 在颜色处理方面的 BUG
  因此本项目直接集成了这两个模块的修正版
* 由于 tview.TextView 的性能问题,在屏幕内容超过一万行时,有明显的卡顿

以上修改应当可以:

Close #1 #2 #3 #16 #17 #18
dzpao added a commit that referenced this issue Sep 6, 2019
主要变化如下:

* 重构代码结构,拆分 Lua/MUD/UI 三部分代码,调整目录结构以支持 go get
* 开始支持通过配置文件和命令行选项的方式来设置程序参数
* Lua 可选启动
* 智能渲染表格线,也可通过配置文件指定,使得不同环境下的表格始终能够对齐
* 基本能够正确渲染颜色,但仍有不足
* 实现了一个 IAC 处理的基本框架

已知问题:

* 由于 tview.TextView 和 tview.ANSIWriter 在颜色处理方面的 BUG
  因此本项目直接集成了这两个模块的修正版
* 由于 tview.TextView 的性能问题,在屏幕内容超过一万行时,有明显的卡顿

以上修改应当可以:

Close #1 #2 #3 #16 #17 #18
@dzpao
Copy link
Collaborator Author

dzpao commented Sep 6, 2019

自动重连暂不支持。但断开连接后已经有正常的处理。

@dzpao dzpao modified the milestones: v0.6, v0.7 Sep 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant