Mercurial > vim
view src/libvterm/t/45screen_protect.test @ 16766:d2deaaf21305 v8.1.1385
patch 8.1.1385: signed/unsigned compiler warning
commit https://github.com/vim/vim/commit/71de720c2c117137185a6fc233b35aab37f0d4bc
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri May 24 19:04:29 2019 +0200
patch 8.1.1385: signed/unsigned compiler warning
Problem: Signed/unsigned compiler warning.
Solution: Use STRLEN() instead of strlen().
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 24 May 2019 19:15:05 +0200 |
parents | b8299e742f41 |
children |
line wrap: on
line source
INIT WANTSCREEN !Selective erase RESET PUSH "A\e[1\"qB\e[\"qC" ?screen_chars 0,0,1,3 = 0x41,0x42,0x43 PUSH "\e[G\e[?J" ?screen_chars 0,0,1,3 = 0x20,0x42 !Non-selective erase RESET PUSH "A\e[1\"qB\e[\"qC" ?screen_chars 0,0,1,3 = 0x41,0x42,0x43 PUSH "\e[G\e[J" ?screen_chars 0,0,1,3 =