From 8ecc40900ffd8c6dab0d8c6fdc36eb28f1df8904 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 13 Apr 2013 13:59:18 -0500 Subject: regenerate docs --- ios.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ios.html') diff --git a/ios.html b/ios.html index 660e89f..45f98ad 100644 --- a/ios.html +++ b/ios.html @@ -20,6 +20,7 @@
  • Function echo - Change the echo mode of the terminal.
  • Function preserve - Run a block of code, restoring the terminal state when the block ends.
  • Function raw - Put the terminal into raw mode.
  • +
  • Function size - Returns the size of the terminal, as (columns, rows).
  • @@ -53,5 +54,10 @@

    Put the terminal into raw mode.

    This is like cbreak mode, except that control characters (like ^C) are not translated into signals.

    +
    +

    Function size

    +
    fn size() -> (uint, uint)
    +

    Returns the size of the terminal, as (columns, rows).

    +
    -- cgit v1.2.3-54-g00ecf