diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-04-14 09:02:47 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-04-14 09:02:47 +0000 |
commit | d842c1980a3ba45a1f4ceb8b1634243925af1d1b (patch) | |
tree | 891e3a79cf94fc51c962b639b596e20e66117de9 /app/xterm/screen.c | |
parent | 1efdc33441c7ed493e975730da70dbf2dbbb5333 (diff) |
Update to xterm 278. Tested by mpi@, shadchin@
Diffstat (limited to 'app/xterm/screen.c')
-rw-r--r-- | app/xterm/screen.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/xterm/screen.c b/app/xterm/screen.c index 7c657c1b7..d8bb8a4ff 100644 --- a/app/xterm/screen.c +++ b/app/xterm/screen.c @@ -1,4 +1,4 @@ -/* $XTermId: screen.c,v 1.439 2011/04/20 09:10:21 tom Exp $ */ +/* $XTermId: screen.c,v 1.440 2011/12/27 10:10:53 tom Exp $ */ /* * Copyright 1999-2010,2011 by Thomas E. Dickey @@ -1426,7 +1426,7 @@ ScrnRefresh(XtermWidget xw, col = leftcol; } } else { - fprintf(stderr, "This should not happen. Why is it so?\n"); + xtermWarning("This should not happen. Why is it so?\n"); } }); |