Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144445251
D46777.id143690.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
765 B
Referenced Files
None
Subscribers
None
D46777.id143690.diff
View Options
diff --git a/stand/lua/menu.lua b/stand/lua/menu.lua
--- a/stand/lua/menu.lua
+++ b/stand/lua/menu.lua
@@ -556,9 +556,9 @@
else
-- Erase autoboot msg. While real VT100s
-- wouldn't scroll when receiving a char with
- -- the cursor at (24, 79), bad emulators do.
+ -- the cursor at (79, 24), bad emulators do.
-- Avoid the issue by stopping at 79.
- screen.setcursor(0, y)
+ screen.setcursor(1, y)
printc(string.rep(" ", 79))
screen.defcursor()
return ch
diff --git a/stand/lua/screen.lua b/stand/lua/screen.lua
--- a/stand/lua/screen.lua
+++ b/stand/lua/screen.lua
@@ -32,7 +32,7 @@
local screen = {}
-- Module exports
-screen.default_x = 0
+screen.default_x = 1
screen.default_y = 25
function screen.clear()
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Feb 9, 11:43 AM (1 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28475154
Default Alt Text
D46777.id143690.diff (765 B)
Attached To
Mode
D46777: loader: Fix 0 vs 1 confusion for column numbers
Attached
Detach File
Event Timeline
Log In to Comment