mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-09 10:48:48 +00:00
Update to xterm-300. Tested by ajacoutot@ and shadchin@.
This commit is contained in:
@@ -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 {
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user