From b983fc83fb48808eb0aa887067ae6bde8b61bd25 Mon Sep 17 00:00:00 2001 From: Leroy Hopson Date: Tue, 22 Jun 2021 00:00:00 +0700 Subject: [PATCH] Add libtsm patches for some escape sequences The sequences are: CSI > Pp ; Pv m (e.g. '\e[>4;m' CSI ? Pm $ p (e.g. '\e[?12$p' These sequences were being output by vim and causing the underline attribute to be set and the terminal to be reset. Fixes #40 --- addons/godot_xterm/native/thirdparty/libtsm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/godot_xterm/native/thirdparty/libtsm b/addons/godot_xterm/native/thirdparty/libtsm index 1fd9cef..cc6d319 160000 --- a/addons/godot_xterm/native/thirdparty/libtsm +++ b/addons/godot_xterm/native/thirdparty/libtsm @@ -1 +1 @@ -Subproject commit 1fd9cef6f2ddef2609d587ea3a5a8eeadb22a2e4 +Subproject commit cc6d319df39fe0ed5f0523f42b8e53e3b16f2ae0