Commit ID: 100596180C5008CC96E
CVSROOT: /cvs
Module name: contrib
Changes by: [email protected] 2017/07/09 01:03:54 UTC
Modified files:
code/jupp : NEWS TODO scrn.c scrn.h
Log message:
partially fix redrawing for lines with combining characters
woes stem from the fact that their appearance in scrn is overwritten
by the next char on the line, which I could not fix as-is, only the
case where they were the last characters on the line… needs much more
research and restructuring the very concepts behind jupp ☹
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.107 -r1.108 contrib/code/jupp/NEWS
cvs -R rdiff -kk -upr1.35 -r1.36 contrib/code/jupp/TODO
cvs -R rdiff -kk -upr1.22 -r1.23 contrib/code/jupp/scrn.c
cvs -R rdiff -kk -upr1.4 -r1.5 contrib/code/jupp/scrn.h