Mercurial > vim
comparison src/version.c @ 11826:bf8cfdcdbdd8 v8.0.0793
patch 8.0.0793: using wrong terminal name for terminal window
commit https://github.com/vim/vim/commit/93723a4ef18f260b82d89759db2f1eeae730c4ec
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Jul 28 15:55:32 2017 +0200
patch 8.0.0793: using wrong terminal name for terminal window
Problem: Using wrong terminal name for terminal window.
Solution: When 'term' starts with "xterm" use it for $TERM in a terminal
window.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Fri, 28 Jul 2017 16:00:04 +0200 |
parents | b276c1e73c27 |
children | 5a07a3ff56c1 |
comparison
equal
deleted
inserted
replaced
11825:9cdf21a3d0fd | 11826:bf8cfdcdbdd8 |
---|---|
767 NULL | 767 NULL |
768 }; | 768 }; |
769 | 769 |
770 static int included_patches[] = | 770 static int included_patches[] = |
771 { /* Add new patch number below this line */ | 771 { /* Add new patch number below this line */ |
772 /**/ | |
773 793, | |
772 /**/ | 774 /**/ |
773 792, | 775 792, |
774 /**/ | 776 /**/ |
775 791, | 777 791, |
776 /**/ | 778 /**/ |