* Various rendering errors happened with multicolumn characters if they

started at an even column (counting from 1 upwards).
This commit is contained in:
Gunnar Ritter
2005-01-13 18:51:47 +00:00
parent b75f03c3ca
commit a40b8f3ae0
4 changed files with 27 additions and 43 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.114 (gritter) 1/12/05
* Sccsid @(#)ex_version.c 1.115 (gritter) 1/13/05
*/
#include "ex.h"
static char *versionstring = "@(#)Version 4.0 (gritter) 1/12/05";
static char *versionstring = "@(#)Version 4.0 (gritter) 1/13/05";
void
printver(void)