Archived
1
0
Fork 0

More wide list items

This commit is contained in:
Braiden Vasco 2017-07-21 13:02:01 +00:00
parent c0e87607d1
commit 12a99e92ab

View file

@ -71,7 +71,7 @@ private
1, 2,
Curses.stdscr.maxx - 2, Curses.stdscr.maxy - 3,
1.upto(Curses.stdscr.maxy - 1 + 10).map do
['Qwe'].*(3 * (1 + rand(10))).join(' ')
['Qwe'].*(3 * (1 + rand(15))).join(' ')
end
)
end