Mercurial > vim
view src/libvterm/t/18state_termprops.test @ 20409:fd1b6f4f497e v8.2.0759
patch 8.2.0759: Vim9: missing changes for performance improvements
Commit: https://github.com/vim/vim/commit/270d0388d284c130b322b185497e437cfbbae412
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri May 15 21:42:53 2020 +0200
patch 8.2.0759: Vim9: missing changes for performance improvements
Problem: Vim9: missing changes for performance improvements
Solution: Use GA_GROW(). Don't call breakcheck so often.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 15 May 2020 21:45:03 +0200 |
parents | b8299e742f41 |
children | 1d595fada804 |
line wrap: on
line source
INIT WANTSTATE p RESET settermprop 1 true settermprop 2 true settermprop 7 1 !Cursor visibility PUSH "\e[?25h" settermprop 1 true PUSH "\e[?25\$p" output "\e[?25;1\$y" PUSH "\e[?25l" settermprop 1 false PUSH "\e[?25\$p" output "\e[?25;2\$y" !Cursor blink PUSH "\e[?12h" settermprop 2 true PUSH "\e[?12\$p" output "\e[?12;1\$y" PUSH "\e[?12l" settermprop 2 false PUSH "\e[?12\$p" output "\e[?12;2\$y" !Cursor shape PUSH "\e[3 q" settermprop 2 true settermprop 7 2 !Title PUSH "\e]2;Here is my title\a" settermprop 4 "Here is my title"