comparison src/libvterm/src/state.c @ 20500:03826c672315 v8.2.0804

patch 8.2.0804: libvterm code lags behind the upstream version Commit: https://github.com/vim/vim/commit/e5886ccb5163873dd01fc67b09ab10e681351ee9 Author: Bram Moolenaar <Bram@vim.org> Date: Thu May 21 20:10:04 2020 +0200 patch 8.2.0804: libvterm code lags behind the upstream version Problem: Libvterm code lags behind the upstream version. Solution: Include revision 727, but add the index instead of switching between RGB and indexed.
author Bram Moolenaar <Bram@vim.org>
date Thu, 21 May 2020 20:15:04 +0200
parents 747a270eb1db
children a4652d7ec99f
comparison
equal deleted inserted replaced
20499:a7a490678633 20500:03826c672315
1677 tmp[i++] = (frag.str++)[0]; 1677 tmp[i++] = (frag.str++)[0];
1678 tmp[i] = 0; 1678 tmp[i] = 0;
1679 1679
1680 if(!frag.final) 1680 if(!frag.final)
1681 return; 1681 return;
1682
1683 fprintf(stderr, "DECRQSS on <%s>\n", tmp);
1684 1682
1685 switch(tmp[0] | tmp[1]<<8 | tmp[2]<<16) { 1683 switch(tmp[0] | tmp[1]<<8 | tmp[2]<<16) {
1686 case 'm': { 1684 case 'm': {
1687 // Query SGR 1685 // Query SGR
1688 long args[20]; 1686 long args[20];