123 Star 0 Fork 10

src-openEuler/elinks

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
elinks-0.15.0-xterm.patch 1.00 KB
一键复制 编辑 原始数据 按行查看 历史
wk333 提交于 2024-07-04 15:04 . Update to 0.17.0
From b2f38ad669e99a650850a36576a4d54c57bf9ac0 Mon Sep 17 00:00:00 2001
From: Kamil Dudka <kdudka@redhat.com>
Date: Tue, 2 Jan 2023 11:48:22 +0100
Subject: [PATCH] Resolves: #128105 - use "Linux" xterm terminal driver instead
of "VT100"
0005-elinks-0.15.0-xterm.patch rebased on 0.17.0
---
src/config/options.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/config/options.c b/src/config/options.c
index a43fbe0..a363b36 100644
--- a/src/config/options.c
+++ b/src/config/options.c
@@ -770,7 +770,7 @@ register_autocreated_options(void)
get_opt_bool("terminal.linux.m11_hack", NULL) = 1;
get_opt_int("terminal.vt100.type", NULL) = TERM_VT100;
get_opt_int("terminal.vt110.type", NULL) = TERM_VT100;
- get_opt_int("terminal.xterm.type", NULL) = TERM_VT100;
+ get_opt_int("terminal.xterm.type", NULL) = TERM_LINUX;
get_opt_bool("terminal.xterm.underline", NULL) = 1;
get_opt_bool("terminal.xterm.strike", NULL) = 1;
get_opt_int("terminal.xterm-color.type", NULL) = TERM_VT100;
--
2.34.1
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/elinks.git
git@gitee.com:src-openeuler/elinks.git
src-openeuler
elinks
elinks
master

搜索帮助