We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2187e6 commit f513c95Copy full SHA for f513c95
devel/201_65.md
@@ -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
@@ -141,6 +141,7 @@ is_valid_window (tm_window win) {
141
142
tm_window
143
concrete_window (url win) {
144
+ debug_io << "[DEBUG] Getting concrete window for\n";
145
return tm_window_table[win];
146
}
147
0 commit comments