help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How make cursor be a thin vertical line instead of a box??


From: Chris McMahan
Subject: Re: How make cursor be a thin vertical line instead of a box??
Date: 13 Jan 2003 13:42:31 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

It's EMACS!

see the help for the variable cursor-type, which is set in the
default-frame-alist and initial-frame-alist. If you want a vertical
bar, set this to bar

------------------------------
cursor-type's value is t

Documentation:
Cursor to use in window displaying this buffer.
Values are interpreted as follows:

  t             use the cursor specified for the frame
  nil           don't display a cursor
  `bar'         display a bar cursor with default width
  (bar . WIDTH) display a bar cursor with width WIDTH
  others        display a box cursor.
------------------------------

 - Chris

seberino@spawar.navy.mil (Christian Seberino) writes:

> Can I make cursor be a thin vertical line instead
> of a box??
> 
> Chris

-- 
     (.   .)
  =ooO=(_)=Ooo========================
  Chris McMahan | cmcmahan-AT-one.net
  ====================================


reply via email to

[Prev in Thread] Current Thread [Next in Thread]