Sponsored Content
Top Forums Shell Programming and Scripting Browsing to files under cursor Post 302661291 by birei on Monday 25th of June 2012 06:07:25 AM
Old 06-25-2012
First, does that option fit your needs?

Second, in a GUI version of Vim you can move the bar between both windows with your mouse. For a short command, add it to your vimrc file or use a mapping that sets the option and calls to CTRL-W-f.
This User Gave Thanks to birei For This Post:
 

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

apache directory browsing

How do i prevent clients from browsing directory structures if there is no index.html in a directory? For example, lets say that i dynamically create directories on in my doc root of an apache based web server. I know if i type the url and there is no index or default page in there, then apache... (1 Reply)
Discussion started by: ezekiel61
1 Replies

2. Post Here to Contact Site Administrators and Moderators

Thread browsing during search

Hi Mods, Next Thread link available at the bottom, doesn't seem to be working accurately during a search, it goes to nextnewest thread relative to the thread we are viewing. Hope this can be fixed. Regards, Tayyab (4 Replies)
Discussion started by: tayyabq8
4 Replies

3. Linux

Squid Browsing problem

Configured Squid2.0 on linux9. Browsing is very slow in client side. takes atleast 1min to open the page. can anybody tell me what to do Thaks in Advance (0 Replies)
Discussion started by: teenasuresh
0 Replies

4. Shell Programming and Scripting

web browsing from shell

hi mates Im new at this forums so hello :D I was wondering if it is possible to enter a web page from the shell and maybe retrieving some info from it tnx in advance (3 Replies)
Discussion started by: smoscar_01
3 Replies

5. Solaris

Internet browsing on Solaris 10?

Hello sir, Can any one guide step by step way of configuration for internet browsing on solaris 10 using BSNL broadband connection in brief way about which configuartion file to edit etc. Regards, Amar (1 Reply)
Discussion started by: amarnathbasis8
1 Replies

6. Ubuntu

Browsing folders getting SVN information

HI All I am newbie to Linux and Ubuntu. In Windows there is TortoiseSvnClient that makes possible to see ( while browsing a folder) whether a file is under source control with SVN or not ( green, red balloons on top of the file and question marks etc. ). Do you know if there is such product... (2 Replies)
Discussion started by: manustone
2 Replies

7. UNIX and Linux Applications

Passing the value of a cursor to another cursor

i have 2 cursors. i want to assign the value of first cursor(employee_id) to the where condition of cursor c2(please refer the bold statement). how do i do if i want to assign the value of c1 to where condition of cursor c2? declare cursor c1 IS select employee_id from employee cursor c2... (1 Reply)
Discussion started by: vkca
1 Replies
XRecolorCursor(3X11)						     MIT X11R4						      XRecolorCursor(3X11)

Name
       XRecolorCursor, XFreeCursor, XQueryBestCursor - manipulate cursors

Syntax
       XRecolorCursor(display, cursor, foreground_color, background_color)
	  Display *display;
	  Cursor cursor;
	  XColor *foreground_color, *background_color;

       XFreeCursor(display, cursor)
	  Display *display;
	  Cursor cursor;

       Status XQueryBestCursor(display, d, width, height, width_return, height_return)
	  Display *display;
	  Drawable d;
	  unsigned int width, height;
	  unsigned int *width_return, *height_return;

Arguments
       background_color
		 Specifies the RGB values for the background of the source.

       cursor	 Specifies the cursor.

       d	 Specifies the drawable, which indicates the screen.

       display	 Specifies the connection to the X server.

       foreground_color
		 Specifies the RGB values for the foreground of the source.

       width
       height	 Specify the width and heightof the cursor that you want the size information for.

       width_return
       height_return
		 Return the best width and height that is closest to the specified width and height.

Description
       The function changes the color of the specified cursor, and if the cursor is being displayed on a screen, the change is visible immedi-
       ately.

       can generate a error.

       The function deletes the association between the cursor resource ID and the specified cursor.  The cursor storage is freed when no other
       resource references it.	The specified cursor ID should not be referred to again.

       can generate a error.

       Some displays allow larger cursors than other displays.	The function provides a way to find out what size cursors are actually possible on
       the display.  It returns the largest size that can be displayed.  Applications should be prepared to use smaller cursors on displays that
       cannot support large ones.

       can generate a error.

Diagnostics
       A value for a Cursor argument does not name a defined Cursor.

       A value for a Drawable argument does not name a defined Window or Pixmap.

See Also
       XCreateColormap(3X11), XCreateFontCursor(3X11), XDefineCusor(3X11)
       X Window System: The Complete Reference, Second Edition, Robert W. Scheifler and James Gettys

															      XRecolorCursor(3X11)
All times are GMT -4. The time now is 07:39 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy