* The insertion of multicolumn characters now works with terminals that have

the 'ic' but no 'im' termcap capability (Bugreport by Matthew Fischer).
This commit is contained in:
Gunnar Ritter
2005-02-03 00:09:54 +00:00
parent 98e0e16635
commit 60c17fcee5
3 changed files with 10 additions and 4 deletions

View File

@@ -70,12 +70,12 @@
* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* Sccsid @(#)ex_version.c 1.120 (gritter) 1/22/05
* Sccsid @(#)ex_version.c 1.121 (gritter) 2/3/05
*/
#include "ex.h"
static char *versionstring = "@(#)Version 4.0 (gritter) 1/22/05";
static char *versionstring = "@(#)Version 4.0 (gritter) 2/3/05";
void
printver(void)