Decimals screw up the escape sequence and the cursor will not get set. Right now this only affects setting the cursor for drawing "Welcome to FreeBSD" -- the resulting number after our (x+(w/2)-9) calculation gets output as "14.0," which likely isn't bad in the general case but messes this part up.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 15045
Event Timeline
| stand/lua/screen.lua | ||
|---|---|---|
| 36 | Replacing "[.]" with "%." | |
Comment Actions
yea, go ahead and commit this. I'd rather we fix lua to generate the right thing, but that's a few days away.
Comment Actions
(Hitting accept on accident, can't find a way to clear it in mobile browser)
I'll add an "XXX TODO" comment along those lines prior to commit so it doesn't completely fall off the radar.