Update to xterm-300. Tested by ajacoutot@ and shadchin@.

This commit is contained in:
matthieu
2014-01-02 15:14:50 +00:00
parent 27ccb204c3
commit 9c13ac6812
41 changed files with 2320 additions and 905 deletions

View File

@@ -1,7 +1,7 @@
/* $XTermId: cursor.c,v 1.67 2012/06/03 19:57:47 tom Exp $ */
/* $XTermId: cursor.c,v 1.69 2013/08/08 08:16:40 tom Exp $ */
/*
* Copyright 2002-2010,2012 by Thomas E. Dickey
* Copyright 2002-2012,2013 by Thomas E. Dickey
*
* All Rights Reserved
*
@@ -271,7 +271,7 @@ CarriageReturn(XtermWidget xw)
if (xw->flags & ORIGIN) {
col = left;
} else if (screen->cur_col > left) {
} else if (screen->cur_col >= left) {
col = left;
} else {
/*