comparison src/libvterm/t/29state_fallback.test @ 26270:f93337ae0612 v8.2.3666

patch 8.2.3666: libvterm is outdated Commit: https://github.com/vim/vim/commit/7da341560ec8db7e81cd80092b046b60a482fbbe Author: Bram Moolenaar <Bram@vim.org> Date: Wed Nov 24 19:30:55 2021 +0000 patch 8.2.3666: libvterm is outdated Problem: Libvterm is outdated. Solution: Include patches from revision 769 to revision 789.
author Bram Moolenaar <Bram@vim.org>
date Wed, 24 Nov 2021 20:45:04 +0100
parents 1d595fada804
children
comparison
equal deleted inserted replaced
26269:511655f714e9 26270:f93337ae0612
15 osc [27 "Something"] 15 osc [27 "Something"]
16 16
17 !Unrecognised DCS 17 !Unrecognised DCS
18 PUSH "\ePz123\e\\" 18 PUSH "\ePz123\e\\"
19 dcs ["z123"] 19 dcs ["z123"]
20
21 !Unrecognised APC
22 PUSH "\e_z123\e\\"
23 apc ["z123"]
24
25 !Unrecognised PM
26 PUSH "\e^z123\e\\"
27 pm ["z123"]
28
29 !Unrecognised SOS
30 PUSH "\eXz123\e\\"
31 sos ["z123"]