[Bug 225096] [libteken] [PATCH] Add reverse wrap around to libteken

2019-05-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225096 --- Comment #3 from Ed Schouten --- Hey! The patch looks decent, but I'm wondering whether it's possible to merge some of the now redundant logic in teken_subr_backspace(), e.g.: ... } else { if (t->t_cursor.tp_col == 0) { if (

[Bug 225096] [libteken] [PATCH] Add reverse wrap around to libteken

2019-05-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225096 Ed Maste changed: What|Removed |Added CC||e...@freebsd.org --- Comment #2 from Ed

[Bug 225096] [libteken] [PATCH] Add reverse wrap around to libteken

2018-01-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225096 florian_kai...@genua.de changed: What|Removed |Added Summary|[PATCH] Add reverse wrap|[libteken] [PATCH] Add