Next: Remote Host, Previous: Terminal emulator, Up: Shell
To switch between line and char mode in Term mode, use these commands:
term-line-mode
). Do nothing if already in
line mode.
term-char-mode
). Do nothing if already in
char mode.
The following commands are only available in char mode:
term-interrupt-subjob
).
Term mode has a page-at-a-time feature. When enabled, it makes output pause at the end of each screenful:
term-pager-toggle
). This
command works in both line and char modes. When the feature is
enabled, the mode-line displays the word ‘page’, and each time
Term receives more than a screenful of output, it pauses and displays
‘**MORE**’ in the mode-line. Type <SPC> to display the next
screenful of output, or ? to see your other options. The
interface is similar to the more
program.