* When a multicolumn character was inserted and then replaced, the visual

screen representation was sometimes not updated accordingly.
This commit is contained in:
Gunnar Ritter
2005-01-10 19:32:47 +00:00
parent 6f9ef30277
commit 5a5e906d9e
3 changed files with 15 additions and 9 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.110 (gritter) 1/9/05
* Sccsid @(#)ex_version.c 1.111 (gritter) 1/10/05
*/
#include "ex.h"
static char *versionstring = "@(#)Version 4.0 (gritter) 1/9/05";
static char *versionstring = "@(#)Version 4.0 (gritter) 1/10/05";
void
printver(void)