Commit ID:      10057967A0D0C01C9C9
CVSROOT:        /cvs
Module name:    src
Changes by:     t...@herc.mirbsd.org    2016/07/25 20:43:55 UTC

Modified files:
        bin/mksh       : edit.c sh.h var.c var_spec.h

Log message:
make tmux hack workable for now (libtermcap is… ugly)

• track $TERM for the types tmux uses /^screen(-.*)?$/
• when tmux is in use (or GNU screen, really), use the, now
  hardcoded, clear-to-EOL string; otherwise, use the old behaviour
• drop unnecessary x_e_rebuildline()

carefully tested to behave no worse than R52b

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.298 -r1.299 src/bin/mksh/edit.c
cvs -R rdiff -kk -upr1.777 -r1.778 src/bin/mksh/sh.h
cvs -R rdiff -kk -upr1.204 -r1.205 src/bin/mksh/var.c
cvs -R rdiff -kk -upr1.7 -r1.8 src/bin/mksh/var_spec.h

Reply via email to