On Mon, Jul 29, 2002 at 01:22:53PM -0700, Jim Osborn wrote: > How can I control the number of spaces a <tab> character uses when reading > mail in the pager? Mutt 1.3.99i.
It appears to be hardcoded (to 8). Most versions of curses assume 8. (ncurses allows you to set it in the TABSTOP variable - which I noticed recently is not in the manpage). -- Thomas E. Dickey <[EMAIL PROTECTED]> http://invisible-island.net ftp://invisible-island.net
