More wide list items
This commit is contained in:
parent
c0e87607d1
commit
12a99e92ab
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue