Skip to content

Commit f513c95

Browse files
authored
[201_65] 尝试解决关闭最后一个标签页导致的卡死问题 (#2647)
1 parent d2187e6 commit f513c95

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

devel/201_65.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# [201_65] 尝试解决关闭最后一个标签页卡死的问题
2+
3+
## 2026/01/22 尝试解决关闭最后一个标签页卡死的问题
4+
5+
### What
6+
在new_window.cpp第147行添加 debug_io << "[DEBUG] Getting concrete window for\n";

src/Texmacs/Data/new_window.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ is_valid_window (tm_window win) {
141141

142142
tm_window
143143
concrete_window (url win) {
144+
debug_io << "[DEBUG] Getting concrete window for\n";
144145
return tm_window_table[win];
145146
}
146147

0 commit comments

Comments
 (0)