Games-Axmud

 view release on metacpan or  search on metacpan

lib/Games/Axmud/Obj/File.pm  view on Meta::CPAN

            '# Maximum concurrent sessions',
                $client->sessionMax,
            '# Switch to \'offline\' mode on disconnection',
                $self->convert($client->offlineOnDisconnectFlag),
            '# Store connection history',
                $self->convert($client->connectHistoryFlag),
            '# Use page up (etc) to scroll in textviews',
                $self->convert($client->useScrollKeysFlag),
            '# Page up (etc) doesn\'t scroll the entire page length',
                $self->convert($client->smoothScrollKeysFlag),
            '# Page up (etc) auto-engages split mode',
                $self->convert($client->autoSplitKeysFlag),
            '# Use tab/cursor keys to auto-complete commands',
                $self->convert($client->useCompleteKeysFlag),
            '# Use tab to switch between sessions',
                $self->convert($client->useSwitchKeysFlag),
            '@@@ eos',
        );

        # Prepare footer
        push @list, ('@@@ eof');

share/help/cmd/togglewindowkey  view on Meta::CPAN

                   text. Not all window panes can be scrolled
         -m   - Enables/disables smooth scrolling. When enabled, using the page
                   up/page down keys scrolls the window pane by less than the
                   pane height (which is convenient if you're trying to read a
                   block of text). When disabled, the keys scroll the pane by
                   exactly the pane height
         -p   - Enables/disables auto-split screen mode. Some window panes
                   (including the default one, where text received from the
                   world is usually displayed) can be split into two, which is
                   convenient for reading a block of text, while new text is
                   being received. When enabled, the home key engages split mode
                   mode and the end key disactivates it. The page up/page down
                   keys have the same effect, if the pane is scrolled to the
                   bottom/top
         -t   - Enables/disables autocompletion of instructions in the 'main'
                   window's command entry box, using the tab and cursor up/down
                   keys
         -c   - Enables/disables switching between tabs in a window pane using
                   CTRL+TAB

   User commands:



( run in 4.235 seconds using v1.01-cache-2.11-cpan-71847e10f99 )