Help for this page

Select Code to Download


  1. or download this
        $read_size = LINES() - ($write_size + 1);
    
    ...
                          $input_window,
                          $status_line,
                          $options{server});
    
  2. or download this
        ReadMode 3;
        while ($input_thread_running > 0 && !$ret)
    ...
            elsif (($key eq "\n") or ($key eq "\r"))            # return/n
    +ewline
            {
                ...