]> granicus.if.org Git - neomutt/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)
commit4bc986fa96324ee09d30cc0b01690a266ddcf00f
treec028446d0d1cfbb0974467108149dc70846c7231
parentdea06ce71cceb41826313e82c09a565064b3afd6
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