comparison man/cmdargs.texi @ 36841:13fd83760b06

Change "character terminals" to "text-only terminals".
author Eli Zaretskii <eliz@gnu.org>
date Fri, 16 Mar 2001 12:42:51 +0000
parents 756d21b874ec
children 6a6141e694a5
comparison
equal deleted inserted replaced
36840:0c520895589b 36841:13fd83760b06
141 141
142 @item -nw 142 @item -nw
143 @itemx --no-windows 143 @itemx --no-windows
144 Don't communicate directly with the window system, disregarding the 144 Don't communicate directly with the window system, disregarding the
145 @env{DISPLAY} environment variable even if it is set. This forces Emacs 145 @env{DISPLAY} environment variable even if it is set. This forces Emacs
146 to run as if the display were a character terminal. 146 to run as if the display were a text-only terminal.
147 147
148 @need 3000 148 @need 3000
149 @cindex batch mode 149 @cindex batch mode
150 @item -batch 150 @item -batch
151 @itemx --batch 151 @itemx --batch
702 702
703 You can reverse the foreground and background colors through the 703 You can reverse the foreground and background colors through the
704 @samp{-r} option or with the X resource @samp{reverseVideo}. 704 @samp{-r} option or with the X resource @samp{reverseVideo}.
705 705
706 The @samp{-fg}, @samp{-bg}, and @samp{-rv} options function on 706 The @samp{-fg}, @samp{-bg}, and @samp{-rv} options function on
707 character terminals as well as on window systems. 707 text-only terminals as well as on window systems.
708 708
709 @node Window Size X 709 @node Window Size X
710 @appendixsec Options for Window Geometry 710 @appendixsec Options for Window Geometry
711 @cindex geometry (X Window System) 711 @cindex geometry (X Window System)
712 712