Talk:Cursor (user interface)
This is the talk page for discussing improvements to the Cursor (user interface) article. This is not a forum for general discussion of the article's subject. |
Article policies
|
Find sources: Google (books · news · scholar · free images · WP refs) · FENS · JSTOR · TWL |
![]() | Computing Start‑class Mid‑importance | |||||||||
|
![]() | Text and/or other creative content from this version of Cursor (computers) was copied or moved into Pointer (computing WIMP) with this edit on 18:27, 20 December 2011. The former page's history now serves to provide attribution for that content in the latter page, and it must not be deleted as long as the latter page exists. |
History of the cursor
Who invented the cursor? When was the first time someone programmed it to blink? — Preceding unsigned comment added by 66.129.224.36 (talk • contribs) 21:32, 15 November 2006
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)
- 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)
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)
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)
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)
- 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)
- 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)
Similarly, it cannot have passed most people's notice that the Windows and Mac arrow cursors are (but for the inverted colours) IDENTICAL. Is this a further example of Microsoft's idea pipeline gushing straight from Apple, or are both based on some earlier GUI system? Apple's System 1 used the same cursor, and there aren't many GUI systems that predate it - the Xerox Star had arrows, but they looked quite different (see http://www.digibarn.com/collections/software/xerox-star/index.html). Copying a general idea is one thing, but actually copying an image pixel for pixel is quite another.41.145.139.88 (talk) 12:19, 21 November 2009 (UTC)
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)
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)
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)
- 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)- The Windows documentation and function names usually refer to the mouse pointer as the cursor, while calling the text cursor the caret. Interestingly, there are a few mentions of mouse pointer in the Windows documentation, from a quick search these appear to be relatively recent additions. However, in common parlance, the cursor is always taken to mean the text cursor, while people call the mouse pointer the mouse pointer. Also, some newer Microsoft software, like the Visual Basic Forms and Controls library uses mouse pointer. What to make of this? Hard to say. Of course the Windows documentation is notorious for calling things by unusual names, usually due to historical reasons. Maybe common usage just changed over time. As for me, I prefer not to use the word cursor, as it can cause confusion with the text cursor. BUt if you'd explicitly say mouse cursor, then that wouldn't be an issue. Shinobu (talk) 11:08, 18 December 2008 (UTC)
- Microsoft's Manual of Style for Technical Publications 3rd Ed. says to call the arrow the "pointer" (not "arrow", "mouse pointer", "mouse cursor", etc.). Apple in the past has used both "cursor" and "pointer". The MS style guide and Apple's Human Interface Guidelines both say to refer to the blinking line in text as the "insertion point". I personally prefer to use "pointer" and "insertion point" because "cursor" is just too ambiguous. -- tooki (talk) 14:29, 18 March 2009 (UTC)
- On Linux systems the "insertion point" is often refered as caret RIMOLA (talk) —Preceding undated comment added 14:53, 10 August 2010 (UTC).
- Interestingly, although the widespread Windows documentation calls the pointer 'cursor', Google states seven times more results for "mouse pointer" than for "mouse cursor". In view of the current 'swing' of Microsoft, the article should not be suggestive of "mouse cursor" being more correct than "mouse pointer". -- Rainald62 (talk) 11:38, 20 January 2011 (UTC)
- VGA programming documentation refers to the text-entry object as a 'cursor', and the Commodore Business Machines Amiga Intuition Programming Manual refers to the text thing as a 'cursor' as well. It also uses 'pointer' to describe the mouse pointer. Renegrade (talk) 05:57, 10 February 2011 (UTC)
Hotspot outside of a cursor
I just tried what would happen if you placed the hotspot outside of the cursor, and it did pretty much what you'd expect. But that does mean that the article is slightly wrong in that it implies that the hotspot needs to be located inside the cursor. :-) Shinobu (talk) 11:10, 18 December 2008 (UTC)
Database
A database' CURrent Set Of Records is also called a cursor RIMOLA (talk) —Preceding undated comment added 14:50, 10 August 2010 (UTC).
Move/Revert
Why was the article moved and then the move reverted? —danhash (talk) 15:50, 15 December 2011 (UTC)