Date: Fri, 20 Mar 2009 14:31:08 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/syscons/teken teken.c teken_subr.h Message-ID: <200903201431.n2KEVHVE086801@repoman.freebsd.org>
index | next in thread | raw e-mail
ed 2009-03-20 14:31:08 UTC
FreeBSD src repository
Modified files:
sys/dev/syscons/teken teken.c teken_subr.h
Log:
SVN rev 190157 on 2009-03-20 14:31:08Z by ed
Just use default behaviour on tabstops when using too many columns.
It seems I didn't fix this issue before committing teken to the tree. My
initial idea was to somehow add an error mechanism to instruct the video
driver author to increase T_NUMCOL when using very big terminals. It
turns out we have platforms where we have gigantic consoles on systems
like the Apple PowerMac G5, which means we crash there right now.
Just ignore tabstops placed beyond column 160. Just force tabs to be
placed on each 8 columns.
Reported by: nwhitehorn
Revision Changes Path
1.9 +0 -2 src/sys/dev/syscons/teken/teken.c
1.8 +6 -3 src/sys/dev/syscons/teken/teken_subr.h
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903201431.n2KEVHVE086801>
