1
0
Fork 0
mirror of https://github.com/lihop/godot-xterm.git synced 2025-05-06 04:55:30 +02:00

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 
This commit is contained in:
Leroy Hopson 2021-06-22 00:00:00 +07:00
parent d2f073d7ae
commit b983fc83fb
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA

@ -1 +1 @@
Subproject commit 1fd9cef6f2ddef2609d587ea3a5a8eeadb22a2e4
Subproject commit cc6d319df39fe0ed5f0523f42b8e53e3b16f2ae0