comparison src/libvterm/t/30state_pen.test @ 30880:82336c3b679d v9.0.0774

patch 9.0.0774: the libvterm code is outdated Commit: https://github.com/vim/vim/commit/6a12d26f3404e45ce25cf9152857e355b28f392a Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 16 19:26:52 2022 +0100 patch 9.0.0774: the libvterm code is outdated Problem: The libvterm code is outdated. Solution: Include libvterm changes from revision 802 to 817. Revert some changes made for C89.
author Bram Moolenaar <Bram@vim.org>
date Sun, 16 Oct 2022 20:30:07 +0200
parents 03826c672315
children b13f723a7ec6
comparison
equal deleted inserted replaced
30879:2db86b9d26df 30880:82336c3b679d
110 ?pen bold = on 110 ?pen bold = on
111 ?pen foreground = idx(15) 111 ?pen foreground = idx(15)
112 PUSH "\e[m\e[37;1m" 112 PUSH "\e[m\e[37;1m"
113 ?pen bold = on 113 ?pen bold = on
114 ?pen foreground = idx(15) 114 ?pen foreground = idx(15)
115
116 !Super/Subscript
117 PUSH "\e[73m"
118 ?pen small = on
119 ?pen baseline = raise
120 PUSH "\e[74m"
121 ?pen small = on
122 ?pen baseline = lower
123 PUSH "\e[75m"
124 ?pen small = off
125 ?pen baseline = normal