mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Honor f_notabs flag even in COLORLS
This commit is contained in:
parent
46d31a8b36
commit
322b47fd88
1 changed files with 1 additions and 1 deletions
|
|
@ -247,7 +247,7 @@ printcol(dp)
|
|||
* column number will be incremented incorrectly
|
||||
* for "stty oxtabs" mode.
|
||||
*/
|
||||
if (f_color)
|
||||
if (f_color && !f_notabs)
|
||||
while ((cnt = (chcnt + 1)) <= endcol) {
|
||||
(void)putchar(' ');
|
||||
chcnt = cnt;
|
||||
|
|
|
|||
Loading…
Reference in a new issue