X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Fbase%2Flib_screen.c;h=71d2173d3224ef70d620b786beeb7274ed3939cf;hp=a35ad175b8a2248ee16c78a536768cda7bae32a8;hb=5c085efbe35681c3847b3ced598635f083810865;hpb=4b386ffba9ebe520ddc51fe46ba88e008056a67e diff --git a/ncurses/base/lib_screen.c b/ncurses/base/lib_screen.c index a35ad175..71d2173d 100644 --- a/ncurses/base/lib_screen.c +++ b/ncurses/base/lib_screen.c @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 1998-2011,2015 Free Software Foundation, Inc. * + * Copyright (c) 1998-2015,2016 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -41,7 +41,7 @@ #define CUR SP_TERMTYPE #endif -MODULE_ID("$Id: lib_screen.c,v 1.79 2015/12/20 01:22:59 tom Exp $") +MODULE_ID("$Id: lib_screen.c,v 1.80 2016/05/04 00:46:06 tom Exp $") #define MAX_SIZE 0x3fff /* 16k is big enough for a window or pad */ @@ -858,6 +858,7 @@ putwin(WINDOW *win, FILE *filep) } PUTS("\n"); } + code = OK; } #else /*