comparison src/globals.h @ 6102:3d206df5c828 v7.4.389

updated for version 7.4.389 Problem: Still sometimes Vim enters Replace mode when starting up. Solution: Use a different solution in detecting the termresponse and location response. (Hayaki Saito)
author Bram Moolenaar <bram@vim.org>
date Wed, 30 Jul 2014 17:21:58 +0200
parents f7bc601823e5
children 7766142fc7d3
comparison
equal deleted inserted replaced
6101:d59994b0d90c 6102:3d206df5c828
1334 #endif 1334 #endif
1335 1335
1336 #if defined(UNIX) || defined(VMS) 1336 #if defined(UNIX) || defined(VMS)
1337 EXTERN int term_is_xterm INIT(= FALSE); /* xterm-like 'term' */ 1337 EXTERN int term_is_xterm INIT(= FALSE); /* xterm-like 'term' */
1338 #endif 1338 #endif
1339 #if defined(UNIX)
1340 EXTERN int xterm_conflict_mouse INIT(= FALSE);
1341 #endif
1342 1339
1343 #ifdef BACKSLASH_IN_FILENAME 1340 #ifdef BACKSLASH_IN_FILENAME
1344 EXTERN char psepc INIT(= '\\'); /* normal path separator character */ 1341 EXTERN char psepc INIT(= '\\'); /* normal path separator character */
1345 EXTERN char psepcN INIT(= '/'); /* abnormal path separator character */ 1342 EXTERN char psepcN INIT(= '/'); /* abnormal path separator character */
1346 EXTERN char pseps[2] /* normal path separator string */ 1343 EXTERN char pseps[2] /* normal path separator string */