comparison src/main.c @ 4215:ecf21be84def v7.3.859

updated for version 7.3.859 Problem: 'ambiwidth' must be set by the user. Solution: Detects East Asian ambiguous width (UAX #11) state of the terminal at the start-up time and 'ambiwidth' accordingly. (Hayaki Saito)
author Bram Moolenaar <bram@vim.org>
date Wed, 13 Mar 2013 19:29:28 +0100
parents 915fb3d2dd8f
children 6ce32844727d
comparison
equal deleted inserted replaced
4214:34c1a0b257cb 4215:ecf21be84def
802 TIME_MSG("waiting for return"); 802 TIME_MSG("waiting for return");
803 } 803 }
804 804
805 starttermcap(); /* start termcap if not done by wait_return() */ 805 starttermcap(); /* start termcap if not done by wait_return() */
806 TIME_MSG("start termcap"); 806 TIME_MSG("start termcap");
807 #if defined(FEAT_TERMRESPONSE) && defined(FEAT_MBYTE)
808 may_req_ambiguous_character_width();
809 #endif
807 810
808 #ifdef FEAT_MOUSE 811 #ifdef FEAT_MOUSE
809 setmouse(); /* may start using the mouse */ 812 setmouse(); /* may start using the mouse */
810 #endif 813 #endif
811 if (scroll_region) 814 if (scroll_region)