Jump to content

Talk:Cursor (user interface)

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Gerbrant (talk | contribs) at 10:55, 18 December 2008 (Windows vs. Mac OS cursors: Black or white?: reply). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Who invented the cursor? When was the first time someone programmed it to blink?

Cursor on early Windows versions

Although I've only used Windows 1 a couple of times, the mouse pointer appeared to be the same as the one used now (an arrow) - you can see it on screenshots like this: http://www.i-lo.tarnow.pl/edu/inf/hist/gui/images/w101aboutnote.gif I've replaced "early versions of Microsoft Windows" with the generic "many DOS programs", though I'm sure someone else can think of a better example (QBasic, maybe?) --Alex Whittaker 14:02, 3 January 2007 (UTC)[reply]

In QBasic, the default shape of the mouse pointer in graphical modes was similar to the default Windows one, but not quite identical. Its tip was two pixels wide. I don't know if this was a driver dependent thing or specific for QBasic though. Shinobu (talk) 10:52, 18 December 2008 (UTC)[reply]

wikipedia text cursor

I've noticed that the vertical line text cursor on wikipedia's opening page has a small horizontal line in the upper right corner of the vertical line. IMHO it looks like miniature tilde. WTFlip is up with that? What's the purpose of that, does that have a name? Update: it only appears on my FireFox browser. 24.20.105.177 04:40, 19 May 2007 (UTC)[reply]

In web pages with bidirectional fonts (such as Wikipedia's front page, that has both hebraic and latin characters), the little line indicates the driection of writing. 62.92.17.193 10:34, 28 August 2007 (UTC)[reply]

Windows vs. Mac OS cursors: Black or white?

Why is it that Windows uses a white cursor while Mac OS uses a black one? 72.27.17.150 19:13, 28 July 2007 (UTC)[reply]

  • I can inform you that the older Amiga computers used a red mouse pointer, and KDE 3.x (Linux/Unix) uses a black one. My guess is that you want a color that is different from the most commonly used background color. Mac computers have historically been very common among DtP graphics artists who use white background the most, whereas Amigas were used for TV graphics where the background is usually dark. This is also the reason there is an outline around the pointer. JoaCHIP (talk) 08:22, 13 August 2008 (UTC)[reply]
    • Sounds like a good guess, although nowadays it matters less due to the prevalence of light-grey backgrounds. And I guess that aestethic considerations may also enter the equation. When you look for custom cursors, you can find almost anything, including Mac-like cursors for Windows, retro cursors, silver, gold cursors, and custom shapes... I guess even such a little thing can be very personal. Shinobu (talk) 10:55, 18 December 2008 (UTC)[reply]

What is this called??

I know this question is probably in the wrong place, but I don't know where else to ask, but, what is it called when you hover your cursor over a link and a little box appears with some text? (I'm still new with computer words and how to ask questions.) Oslogirl5 21:18, 4 November 2007 (UTC)[reply]

Tool tip? — Tobias Bergemann 08:21, 5 November 2007 (UTC)[reply]

At your service. I'm not sure what the name is but I can tell you the code:

<html> <head> <title>title goes here</title> </head> <style type="text/css"> <style type="text/css"> a:link { color:white;background:blue;font size:20pt } a:alink { color:white;background:blue;font size:20pt } vlink { color:white;background:blue;font size:20pt } a:hover { color:blue;background:white;outset:1;width:200;height:20;border:black;font size:30pt } a:link,a:alink,a:vlink, { color:white;background:black:font size:10pt;border:black } table {color:white;background:blue } </style>

A:hover is what I think Is the name. --LCondolence_ 19:20, 4 May 2008 (UTC)[reply]

Cursor or Pointer?

The article suggests that the "arrow shape on some systems" is why it's called a "pointer". Now as far as I know, most systems used by end-users (Windows/Mac/Amiga) are all using an arrow. But the explanation given does not explain why the mouse arrow is somethimes called a "cursor" instead of a "pointer".

I've always called it a "pointer" if controlled by a pointing device (mouse/joystick/trackball/eyetracking/etc) and a "cursor" if controlled by a text input device such as a keyboard. What is the correct labeling? Is there any "correct" way to name things at all? Which came first? - JoaCHIP (talk) 20:58, 2 August 2008 (UTC)[reply]

The thing that you move around with the mouse is called a cursor. However, the world won't end if you called it a pointer. Most people will know what you mean, however, some circles of computer nerds might laugh and make fun of you. :P
However, I didn't think the prompt to input text in a word processor or other programs was called a cursor. I've always called it a text prompt. I suppose text cursor or caret is okay, but I'd be a lot happier calling them text prompts than simply cursors, because a cursor is what you move around with the mouse, like I said. 24.226.77.23 (talk) 19:13, 13 October 2008 (UTC)[reply]