summaryrefslogtreecommitdiff
path: root/src/term.c
AgeCommit message (Collapse)Author
2012-08-29updated for version 7.3.643Bram Moolenaar
Problem: MS-Windows: When starting gvim maximized 'lines' and 'columns' are wrong. (Christian Robinson) Solution: Move the check for gui.starting from ui_get_shellsize() to check_shellsize().
2012-08-15updated for version 7.3.632Bram Moolenaar
Problem: Cannot select beyond 222 columns with the mouse in xterm. Solution: Add support for SGR mouse tracking. (Hayaki Saito)
2012-02-05updated for version 7.3.431Bram Moolenaar
Problem: Fetching a key at a prompt may be confused by escape sequences. Especially when getting a prompt at a VimEnter autocommand. (Alex Efros) Solution: Properly handle escape sequences deleted by check_termcode().
2012-01-26updated for version 7.3.413Bram Moolenaar
Problem: Build warnings on MS-Windows. Solution: Add type casts. (Mike Williams)
2012-01-20updated for version 7.3.405Bram Moolenaar
Problem: When xterm gets back the function keys it may delete the urxvt mouse termcap code. Solution: Check for the whole code, not just the start. (Egmont Koblinger)
2011-12-01updated for version 7.3.364Bram Moolenaar
Problem: Can't compile on HP-UX. (John Marriott) Solution: Only use TTYM_URXVT when it is defined.
2011-11-30updated for version 7.3.358Bram Moolenaar
Problem: Mouse support doesn't work properly. Solution: Add HMT_URXVT. (lilydjwg, James McCoy)
2011-10-26updated for version 7.3.353Bram Moolenaar
Problem: Missing part of the urxvt patch. Solution: Add the change in term.c
2011-09-14updated for version 7.3.306Bram Moolenaar
Problem: When closing a window there is a chance that deleting a scrollbar triggers a GUI resize, which uses the window while it is not in a valid state. Solution: Set the buffer pointer to NULL to be able to detect the invalid situation. Fix a few places that used the buffer pointer incorrectly.
2011-05-10updated for version 7.3.187Bram Moolenaar
Problem: The RISC OS port has obvious errors and is not being maintained. Solution: Remove the RISC OS files and code.
2010-12-30updated for version 7.3.092Bram Moolenaar
Problem: Resizing the window when exiting. Solution: Don't resize when exiting.
2010-12-30updated for version 7.3.091Bram Moolenaar
Problem: "vim -w foo" writes special key codes for removed escape sequences. (Josh Triplett) Solution: Don't write K_IGNORE codes.
2010-07-25Add support for horizontal scroll wheel. (Bjorn Winckler)Bram Moolenaar
2010-07-18Also make ALT modifier work for mouse wheel. (Benjamin Haskell)Bram Moolenaar
2010-07-18Make CTRL modifier work for mouse wheel. (Benjamin Haskell)Bram Moolenaar
2010-06-26Remove wrong #ifdef added by previous change.Bram Moolenaar
2010-06-26Various small fixes from Dominique Pelle.Bram Moolenaar
2010-05-30Add a few #ifdefs to exclude functions that are not used. (Domnique Pelle)Bram Moolenaar
2009-07-22updated for version 7.2-238Bram Moolenaar
2009-06-16updated for version 7.2-199Bram Moolenaar
2009-05-17updated for version 7.2-180Bram Moolenaar
2009-01-22updated for version 7.2-085Bram Moolenaar
2008-07-29updated for version 7.2b-024Bram Moolenaar
2008-06-24updated for version 7.2aBram Moolenaar
2008-02-27updated for version 7.1-266Bram Moolenaar
2007-09-15updated for version 7.1-109Bram Moolenaar
2007-05-10updated for version 7.1bBram Moolenaar
2007-05-06updated for version 7.1aBram Moolenaar
2006-10-24updated for version 7.0-150Bram Moolenaar
2006-08-16updated for version 7.0-062Bram Moolenaar
2006-05-03updated for version 7.0g02Bram Moolenaar
2006-03-01updated for version 7.0211Bram Moolenaar
2006-02-27updated for version 7.0209Bram Moolenaar
2006-02-25updated for version 7.0207Bram Moolenaar
2006-02-24updated for version 7.0206Bram Moolenaar
2006-02-23updated for version 7.0205Bram Moolenaar
2006-02-22updated for version 7.0204Bram Moolenaar
2006-02-21updated for version 7.0203Bram Moolenaar
2006-02-14updated for version 7.0197Bram Moolenaar
2006-01-30updated for version 7.0189Bram Moolenaar
2006-01-26updated for version 7.0188Bram Moolenaar
2006-01-13updated for version 7.0180Bram Moolenaar
2005-12-28updated for version 7.0177Bram Moolenaar
2005-08-10updated for version 7.0127Bram Moolenaar
2005-06-21updated for version 7.0089Bram Moolenaar
2005-06-01updated for version 7.0078Bram Moolenaar
2005-03-25updated for version 7.0064Bram Moolenaar
2005-03-22updated for version 7.0063Bram Moolenaar
2005-03-15updated for version 7.0060Bram Moolenaar
2005-03-06updated for version 7.0056Bram Moolenaar