Sponsored Content
Full Discussion: Basic commands for android!!
Operating Systems Linux Android Basic commands for android!! Post 302848639 by wisecracker on Thursday 29th of August 2013 04:14:16 PM
Old 08-29-2013
Hi RudiC...

Sadly that does not work on this Apple OSX 10.7.5...

It does NOT reset the cursor back to the top left hand side (plus prompt)...

EDIT:

This is a better bet:-
Code:
printf "\x1B[2J\x1B[1;1f"

 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Unix basic commands

I need a sheet with the basic unix commands , and commands for VI editor. Does anyone know where i can get them. (3 Replies)
Discussion started by: Peter Spellman
3 Replies

2. UNIX for Dummies Questions & Answers

basic commands documentation

I'm training a newbie on unix. He's in another site and I can't share my unix books with him - is there any documentation on basic unix commands he can download? (1 Reply)
Discussion started by: kdgorton
1 Replies

3. Shell Programming and Scripting

Need help in sftp basic commands

I'm trying to make use of some common generic functions already present in the scripts loaded in the environment. A variable VAR1 is declared and used in the generic functions. Its value is also set in the generic function. Now I need to use that generic function for PURGING of some old files... (2 Replies)
Discussion started by: livetaurean19
2 Replies

4. Windows & DOS: Issues & Discussions

Basic Unix Commands for cygwin

Hi. I'm New user for this Forum.Presently i'm working with Cygwin I want to know the basic commands that will be used for Cygwin. Can anyone guide me on this regards Thanks & Regards Sanjay (0 Replies)
Discussion started by: sanjay.karthik
0 Replies

5. UNIX for Dummies Questions & Answers

Vi editor basic commands

I would be thankful if anyone could show me commands to do the following tasks in vi:1) How can I undo or redo my last action in vi editor. 2) How can I copy only a word or a portion of line (not the whole line) in vi, like we can select text and press ctrl+c in notepad to copy any text. 3)... (4 Replies)
Discussion started by: nervous
4 Replies

6. Red Hat

Segmentation fault on basic linux commands

Hello out there!!! I have a Red Hat Entreprise Linux 4 server and I am encountering this error # grep Segmentation Fault I know it is not the right use of grep command, but I did that just for testing purpose,then I did # which grep /bin/grep # ls -l /bin/grep -rwxr-xr-x 1 root... (4 Replies)
Discussion started by: inhaki
4 Replies

7. Solaris

Required list of all basic commands for a beginners

I want the commands list to view only files, and only directories and all the basic commands for a beginner of solaris (1 Reply)
Discussion started by: omsingh2k5
1 Replies

8. Android

Example Linux Commands on Android

In case you are interested, here is a partial list of linux-like commands on Android OS: /sbin adbd devmgr recovery dfta init dfta.sh fat.format redbend_ua /system/bin (partial list) sh date netstat mount umount (0 Replies)
Discussion started by: Neo
0 Replies

9. UNIX for Dummies Questions & Answers

Noob scripting question with android ADB commands

Hi I'm pretty new to scripting and I've been googling around looking for an answer but have yet to come up with a proper solution. I work with multiple android devices at a time and I'm looking to simplify my life with a script. Basically I'm looking for a script that takes the device ID's and then... (2 Replies)
Discussion started by: Onyoursix
2 Replies

10. Android

Basic Android platform information.

I am thinking of developing an app' for Android mobile devices... Two questions here:- 1) Does anyone _develop_ for the Android _mobile_ platform? If so do you use OSX 10.7.5 or greater as your _development_platform_? 2) I know ********* is gonna say that the Android terminal/shell is... (13 Replies)
Discussion started by: wisecracker
13 Replies
glutSetCursor(3GLUT)						       GLUT						      glutSetCursor(3GLUT)

NAME
glutSetCursor - changes the cursor image of the current window. SYNTAX
void glutSetCursor(int cursor); ARGUMENTS
cursor Name of cursor image to change to. Possible values follow: GLUT_CURSOR_RIGHT_ARROW Arrow pointing up and to the right. GLUT_CURSOR_LEFT_ARROW Arrow pointing up and to the left. GLUT_CURSOR_INFO Pointing hand. GLUT_CURSOR_DESTROY Skull & cross bones. GLUT_CURSOR_HELP Question mark. GLUT_CURSOR_CYCLE Arrows rotating in a circle. GLUT_CURSOR_SPRAY Spray can. GLUT_CURSOR_WAIT Wrist watch. GLUT_CURSOR_TEXT Insertion point cursor for text. GLUT_CURSOR_CROSSHAIR Simple cross-hair. GLUT_CURSOR_UP_DOWN Bi-directional pointing up & down. GLUT_CURSOR_LEFT_RIGHT Bi-directional pointing left & right. GLUT_CURSOR_TOP_SIDE Arrow pointing to top side. GLUT_CURSOR_BOTTOM_SIDE Arrow pointing to bottom side. GLUT_CURSOR_LEFT_SIDE Arrow pointing to left side. GLUT_CURSOR_RIGHT_SIDE Arrow pointing to right side. GLUT_CURSOR_TOP_LEFT_CORNER Arrow pointing to top-left corner. GLUT_CURSOR_TOP_RIGHT_CORNER Arrow pointing to top-right corner. GLUT_CURSOR_BOTTOM_RIGHT_CORNER Arrow pointing to bottom-left corner. GLUT_CURSOR_BOTTOM_LEFT_CORNER Arrow pointing to bottom-right corner. GLUT_CURSOR_FULL_CROSSHAIR Full-screen cross-hair cursor (if possible, otherwise GLUT_CURSOR_CROSSHAIR). GLUT_CURSOR_NONE Invisible cursor. GLUT_CURSOR_INHERIT Use parent's cursor. DESCRIPTION
glutSetCursor changes the cursor image of the current window. Each call requests the window system change the cursor appropriately. The cursor image when a window is created is GLUT_CURSOR_INHERIT. The exact cursor images used are implementation dependent. The intent is for the image to convey the meaning of the cursor name. For a top-level window, GLUT_CURSOR_INHERIT uses the default window system cursor. X IMPLEMENTATION NOTES
GLUT for X uses SGI's _SGI_CROSSHAIR_CURSOR convention to access a full-screen cross-hair cursor if possible. SEE ALSO
glutCreateWindow, glutCreateSubWindow AUTHOR
Mark J. Kilgard (mjk@nvidia.com) GLUT
3.7 glutSetCursor(3GLUT)
All times are GMT -4. The time now is 09:12 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy