win = Curses::Window.new( 8, (my_str.length + 10), (Curses.lines - 8) / 2, (Curses.cols - (my_str.length + 10)) / 2 ) win.box("|", "-") win.setpos(2,3) ...
確定! 回上一頁