]> granicus.if.org Git - mutt/commit
Render blanks to spaces in index, fixes [298194c414f0]
authorRocco Rutte <pdmef@gmx.net>
Sat, 11 Jul 2009 12:38:52 +0000 (14:38 +0200)
committerRocco Rutte <pdmef@gmx.net>
Sat, 11 Jul 2009 12:38:52 +0000 (14:38 +0200)
commit3d02c90b654afdcad7e82605a79eff509e206736
treec028446d0d1cfbb0974467108149dc70846c7231
parent5d3b44f76c07bfafac66dbf5f36f8d5ad252715d
Render blanks to spaces in index, fixes [298194c414f0]

wcwidth(<tab>) returns -1 so 'foo<tab>bar' was rendered to 'foobar',
and now to 'foo bar'. Closes #3270 again.
ChangeLog
curs_lib.c