Ticket #3754: Help viewer doesn't handle tabs correctly.
commit1f121b76749baf5909022751933d9a284707ae51
authorMooffie <mooffie@gmail.com>
Tue, 10 Jan 2017 00:07:03 +0000 (10 02:07 +0200)
committerMooffie <mooffie@gmail.com>
Thu, 23 Feb 2017 17:35:56 +0000 (23 19:35 +0200)
tree90c6e0e0d36845eeb38c29923601a2e55735b50c
parent1a3ba4edbdd461efba16dc8ee4c0d52da94fdacc
Ticket #3754: Help viewer doesn't handle tabs correctly.

Upon seeing a tab, the help viewer effectively pushes the *current* word
forward.

Instead, it should first finish handling the current word (that is, print it on
screen) and only then adjust the column.

Signed-off-by: Mooffie <mooffie@gmail.com>
src/help.c