How to make white block cursor everywhere?

Hello!
Is it possible to enable solid non-blinking white block cursor everywhere in [Arch]linux console (I mean not only shell-prompt) like it is in X-terminals, Mac OS X and default FreeBSD?
If it is possible, then how can I do this?
Thanks!

Lord Bo wrote:Read something about .Xresources in the Arch Wiki. I think the entry you are searching for is *cursorColor:white.
No, you didn't understand me. I really LIKE default static white block cursor in X-terminals, but I want exactly same cursor behaviour in Linux text-mode console (everywhere starting from kernel loading console and VT login boxes to any shell prompts and text-mode applications).
I don't need separate configuration for this type of cursor in every part of the text-mode system as it is much pain, but instead ask for one unified way to enable it everywhere in just one action.
thisoldman. yes I know that, but unfortunately this is ONLY for the shell prompt that supports it, but not for the whole text-mode system.
Thanks.
Last edited by eruditorum (2012-12-11 17:20:26)

Similar Messages

  • How to make relationship block mandatory?

    Hi,
    Please let me know how to make relationship block mandatory to create a business partner?
    Vinay

    Hi Vinay,
    Did you try to set the flag mandatory in the configuration of the relationship view for a field (e.g. relationship).
    Just go to the view in the component workbench, select your configuration, mark a field and go to Show Field Properties.
    Hope this helps.
    Regards, Thea

  • How to make White, White ?

    My Photo Editing skills and experience are minimal and specially for the purpose of Photo-Texturing 3D Geo-Models (geo-located) for Google Earth.
    I have been doing this for 3 years. However, I have yet to figure out how to edit photos so that White looks White.
    Instead, they almost always look Bluish White.
    Can someone please share with me how to make White areas in Color photos, appear White ?
    I will be forever grateful for this information, especially if I can receive it quickly.
    Thanks in Advance.
    SnowTiger61 (aka SnowTiger at Google Earth and Google Forums)

    Make a test image In Elements with only a white background.  Verify that the background colour is the RGB values of 255,255,255.
    If this looks Bluish white then you have a problem with your montior calibration, since 255,255,255 is as white as you can ever get.
    You don't say how you calibrate your monitor, nor the colour space in which you are working.  There is only one way to accurately calibrate and profile a monitor and that's with a hardware device like an Eye-One Display 2, or Spyder.  This is not for printing accurately but for accurate on screen rendering.
    Any other method is guess work.
    Also keep in mind that to accurately rendere colours on screen needs a colour managed program.  Elements is, but others you are using may not be.  In which case the best colour space to use is sRGB.  However, once you get your screen to look right there is no guarantee that others will see the same colour unless they also calibrate their screens.
    Colin

  • PSE3, how to make white background for silouette

    I have taken a few pics of my grandkids in silouette form. That is, profile shots taken against window with snowy background. I've done a conversion to B/W, but need to darken it further. My main question is, how do I put a selection on a pure white background? Barbara, I have your book, but I haven't been able to figure it out yet. Do you have specific pages to look at? I know how to make a decent selection, but that's about it! Thanks.

    Donna,
    1. Make selection of silhouette
    2. Go to Edit>copy
    3. Go to File>new>Blank file> Color Mode:RGB. Background contents:White. Size H&W for your paper stock.
    4. Go to Edit>paste.
    5. Position selection with move tool.
    Ken

  • How to make a block as invisible at SSCRN Output ?

    Hello All,
            I have 3 Blocks on my SSCRN and  I have 2 Radio Buttons.
    I want to make 2 Blocks as Invisible when one of the radio button is selected.
    Can any one tell me how to do so ?
    Regards,
    Deepu.K

    Hi,
    See the 2 sample codes for doing this and do accordingly
    SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.
    PARAMETERS: pa_file TYPE rlgrap-filename MODIF ID abc,
    pa_lifnr TYPE lfa1-lifnr MODIF ID abc,
    pa_vkorg TYPE vbak-vkorg MODIF ID abc.
    SELECTION-SCREEN END OF BLOCK b1.
    SELECTION-SCREEN BEGIN OF BLOCK b2 WITH FRAME TITLE text-002.
    PARAMETERS: pa_kunnr TYPE vbak-kunnr MODIF ID def.
    SELECT-OPTIONS: s_lifnr FOR gs_lfa1-lifnr MODIF ID def,
    s_date FOR gs_lfa1-erdat MODIF ID def,
    s_augru FOR gs_vbak-augru MODIF ID def,
    s_vbeln FOR gs_vbak-vbeln MODIF ID def.
    SELECTION-SCREEN END OF BLOCK b2.
    SELECTION-SCREEN BEGIN OF BLOCK b3 WITH FRAME TITLE text-003.
    SELECTION-SCREEN BEGIN OF LINE.
    PARAMETERS: pa_upd RADIOBUTTON GROUP g1 USER-COMMAND uc01 DEFAULT 'X'."#EC *
    SELECTION-SCREEN COMMENT 3(60) text-004 FOR FIELD pa_upd.
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN BEGIN OF LINE.
    PARAMETERS: pa_rep RADIOBUTTON GROUP g1 ."#EC *
    SELECTION-SCREEN COMMENT 3(60) text-005 FOR FIELD pa_rep.
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN END OF BLOCK b3.
    IF pa_rep EQ gc_x.
    LOOP AT SCREEN.
    IF screen-group1 = gc_abc.
    screen-input = gc_zero_num.
    ELSEIF screen-group1 = gc_def.
    screen-active = gc_one_num.
    ENDIF.
    MODIFY SCREEN.
    ENDLOOP.
    ELSEIF pa_upd EQ gc_x.
    *For Reprocessing
    LOOP AT SCREEN.
    IF screen-group1 = gc_def.
    screen-input = gc_zero_num.
    ELSEIF screen-group1 = gc_abc.
    screen-active = gc_one_num.
    ENDIF.
    MODIFY SCREEN.
    CLEAR pa_upd.
    ENDLOOP.
    ENDIF.
    REPORT zrich_001.
    PARAMETERS: p_rad1 RADIOBUTTON GROUP grp1 DEFAULT 'X'
                            user-command chk,
                p_rad2 RADIOBUTTON GROUP grp1.
    SELECT-OPTIONS: s_datum1 FOR sy-datum MODIF ID d1,
                    s_datum2 FOR sy-datum MODIF ID d2.
    AT SELECTION-SCREEN OUTPUT.
      LOOP AT SCREEN.
        IF p_rad1 = 'X'
          AND screen-group1 = 'D2'.
          screen-active = '0'.
        ENDIF.
        IF p_rad2 = 'X'
         AND screen-group1 = 'D1'.
          screen-active = '0'.
        ENDIF.
        MODIFY SCREEN.
      ENDLOOP.
    reward if sueful
    regards,
    ANJI

  • How to make a custom cursor

    How do you make a custom Cursor with the Cursor class, so that I can use it in my program.
    And also, how do you make a LookAndFeel??

    To make a cursor use:
    createCustomCursor public Cursor createCustomCursor(Image cursor,
                                     Point hotSpot,
                                     String name)
                              throws IndexOutOfBoundsException, HeadlessException
    Creates a new custom cursor object. If the image to display is invalid, the cursor will be hidden
    (made completely transparent), and the hotspot will be set to (0, 0). Parameters:hotSpot - the X
    and Y of the large cursor's hot spot. The hotSpot values must be less than the Dimension returned
    by getBestCursorSize().name - a localized description of the cursor, for Java Accessibility use.
    Throws: IndexOutOfBoundsException - if the hotSpot values are outside the bounds of the cursor.

  • How to make white part of gif file transparent?

    I have an icon and I would like to change the color of its white part by changing the background color. If I could set the white part to be transparent I could do this. Any ideas how this can be done?

    If you know Adobe Photoshop or Macromedia Fireworks or somethin like that, you can do it easily just by deleting the parts of the image which you don't want. By default it will make those parts transparent. Remember this can only be possible in GIF format.
    For a new image just open a new file in PhotoShop, there you will get options for the color of background, set it to transparent and start drwing in the area. The parts on which you won't make any drawing will be transparent.
    Note: Don't try to fill transparent areas with white, as it will loose its transparency.
    [email protected]

  • How to make Delivery block at Sales Order Header level for specific materia

    Hi,
    My client want to create a delivery block EDI order at the Order Header level for specific materials
    How can we achieve this.

    Dear Varada rajan
    Go to material master, select "Sales: sales org.1" view and assign "01" against the field "DChain-spec. status" and save.  By assigning, for a particular sales area, you can block that material.
    Now go to OVSU select 01 and assign "B" against the field "Block delivery".
    Now create a sale order and post the outcome.
    thanks
    G. Lakshmipathi

  • How to make a block appear / disappear at runtime ?

    Hello,
    I'd like to make a whole block appear and disappear at runtime.
    The block has no "visible" property, nor has the frame surrounding it on the canvas.
    Of course I can set this property for each item in the block, but I would like to find something easier.
    Thanks for your help.

    stack canvas is a better way.
    But the situation matters. after the block 'disappears', you leave the blank space there or resize the canvas ? if you have resize it to smaller, then you may set the window size in one built call.
    Thus the detailed way depends one the detailed requirement.

  • How to make white colored sections transparent

    I have made a logo that consists of a black circle, with lots of text and shapes inside that are colored white. It looks fine on a white background, but when you change the background color the text stays white, when I want it to be transparent like a "cut out". How can I achieve this easily and still be able to edit the text?

    Thanks Jacob! This worked. I already tried clipping masks and pathfinder but they didn't work very well because I used strokes around the white shapes. Not sure about knockout groups, but it did what I wanted.

  • SQL Server - How to make SELECT block with TRANSACTION_SERIALIZABLE

    I'm in the process of switching an application to use SQL Server. Is there anyway of making a SELECT in SQL Server implement a lock (and therefore also get blocked) similar to an INSERT or UPDATE?
    Essentially, I have code that tracks a transaction ID for a particular customer; given there can be concurrent access from the same customer, I am using TRANSACTION_SERIALIZABLE:
    long id = 0L; // Customer ID stmt = Conn.prepareStatement("SELECT TxID FROM TxIDTable WHERE (ID = ?)"); stmt.setLong(1, id); result = stmt.executeQuery(); result.next(); int tx_id = result.getInt("TxID"); result.close(); stmt.close(); stmt = Conn.prepareStatement("UPDATE TxID SET TxID = ? WHERE (ID = ?)"); stmt.setInt(1, tx_id + 1); stmt.setLong(2, id); stmt.executeUpdate(); stmt.close(); Conn.commit();
    This code is working, however on SQL Server I have to wrap a loop around it, and if I catch a deadlock exception, rerun the transaction. This is costly and I would much rather have the SELECT create a lock and therefore block any concurrent SELECTs. One workaround is to force a dummy UPDATE up front:
    long id = 0L; // Customer ID stmt = Conn.prepareStatement("UPDATE TxIDTable SET ID = ? WHERE (ID = ?)"); stmt.setLong(1, id); // THIS UPDATE DOES NOT REALLY UPDATE ANYTHING stmt.setLong(2, id); // (NOTE SET AND WHERE CLAUSE ARE IDENTICAL) stmt.executeUpdate(); // HOWEVER, IT DOES EFFECTLY PREVENT DEADLOCK // BY CREATING A TABLE LOCK BEFORE THE SELECT stmt.close(); // stmt = Conn.prepareStatement("SELECT TxID FROM TxIDTable WHERE (ID = ?)"); stmt.setLong(1, id); result = stmt.executeQuery(); result.next(); int tx_id = result.getInt("TxID"); result.close(); stmt.close(); stmt = Conn.prepareStatement("UPDATE TxIDTable SET TxID = ? WHERE (ID = ?)"); stmt.setInt(1, tx_id + 1); stmt.setLong(2, id); stmt.executeUpdate(); stmt.close(); Conn.commit();
    This seems really like a waste -- anyway to make the SELECT lock on SQL Server??
    Thanks,
    Kevin

    You want a table hint (the equivalent of SELECT ... FOR UPDATE in other dialects):
    [http://msdn2.microsoft.com/en-us/library/ms187373.aspx|http://msdn2.microsoft.com/en-us/library/ms187373.aspx]

  • How to make white shapes turn transparent when exporting to .png?

    I'm trying to cut out parts of my image with white shapes, but when exporting to .png with transparent backgrounds, the white shapes remain as white shapes instead of becoming transparent and applying the cut.
    How do i fix this?
    Thanks,
    Rokas

    Use a mask, most probably an opacity mask should help.

  • How to make white letters with black contour line in Title Tool?

    I have version 7, I have to match the subtitles of a formerly edited piece which are in Gill Sans with a black contour.  I only know how to use Shadow.
    Can you help me?   Thank you very much.

    Thank you Meg:  I got on Boris 3D to the screen you're showing with the letters Gill Sans, but it only had Font and Size. When I clicked on the alignment lines it didn't respond. Also it had a shadow instead of just plain black contoured letters.  When I closed the window it brought a message: Do you wish to save the effects Settings?  I clicked OK just to get out of the window.  In Controls there was no Text and no Text Settings (see the Snapshot).  Still title 3D click for Options.  However the text appeared in the Video tab.
    that's how far as I got.
    Can you give me a hint of how to get from here to Text Settings please?  I'd be most grateful.

  • How can I make that the cursor of a table ...

    Hello,
    how can I make that the cursor of a table (on the frontpanel) go to the starting position? I have placed a table that give back the number of the row if I doubleclick a row on the frontpanel, but when I restart the vi the cursor of the table is on this position. If I have many informations in the table and after restarting there are just one or two, I can`t see this information without scrolling to the top of the table. I want that the cursor (that I see) is at the first row. How can I make it?
    thankyou
    Schwede

    Hello,
    Sorry, I forgot to attach it in the previous post.
    Regards,
    Paulo
    Attachments:
    EditPos.vi ‏16 KB

  • How to Make MRBR to show the Customised Payment Block Indicator (MIRO) ?

    Hi
    Currently, from what I know of, MRBR only showing Log Payment Block as follows:
    A     Automatically blocked due to existence of blocking reasons
    S     Stochastically blocked
    M     Manual payment block set in header - no blocking reasons
    W     Automatically blocked due to entry via Web Invoice
    However during the manual MIRO creation, I put in customised Payment Block G (Block due to XX) in the Payment Tab of MIRO. This G does not get shown up in MRBR.
    How to make it possible in MRBR as I have configured a few customised Payment Block such as G (Block due to XX) and H (Block due to YY).
    I would like MRBR to show up the exact Payment Block indicators as those in the MIRO.
    Please help.
    Thanks

    Hi Nick.
    I just found out that Payment Block Indicator shown in MIRO will appear in MRBR. The reason that it was not shown in MRBR because during MIRO creation, it was set BLANK and then user went to FB02 to change it with other customised Payment Block Value, thus when we run MRBR, it was showing blank under Payment Block column. Thus, we had to resort to LOG Payment Block which gave rise to this thread.
    Having understand the importance of how FB02 changing  payment block will affect MRBR, we have decided not to let user change the payment block in FB02.
    SAP note: 394370 has explained everything:
    "A document generated with MIRO was blocked for payment. You cancel the payment block from the vendor line item in the FI follow-up document. Transaction MRBR then displays the invoice document nevertheless. Why?
    The invoice document itself cannot be changed by changes to the follow-up documents; this is not programmed. Transaction MRBR therefore continues to display the document as blocked. If this document is released from an MM point of view, the FI follow-up document remains released. Thus the damage caused is restricted to unnecessary work by the user. SAP recommends that you only use the release transactions for releasing invoices."
    Thanks a lot!

Maybe you are looking for

  • Based on an xsd schema create a table

    Hi all, i need a way that allow me to create a table having an xsd file, in others word i load the xsd schema and create a table accordingly to the element that the xsd schema has respecting also the datatype of every element. Is the some functionali

  • Connect speaker 5.1 on Qosmio X500-10W

    Hi, How to connect a speaker system 5.1 (3 plugs: black, yellow and green) on a Qosmio X500-10W? 1- With the S/P DIF optic plug of Qosmio? 2- With an extern sound card? Thank you for your reply Regards

  • VGA Graphics Adapter (code10)

    Hi, i have some problem with my hp pavilion dv3 2314-TX the sleep option is greyed and can't be selected the standard VGA Graphic Adapter cannot start (code10) i've install the driver several time but still the driver cannot start and the sleep mode

  • Ipad or mac pro or mac air

    i have a pc.i am joining work.my use will be of business apps like keynote numbers and pages and some other apps. my proffesion needs travelling at least 5-7 days a month. my pc is in good condition so which gadet you would suggest for me- mav pro, m

  • Question to Adobe: Ruling out non-Adobe viewers via Acrobat Javascript

    Hi, ***I would like to address this question to Adobe Acrobat developers:**** I'd like to add a doc-level javascript (thru another script) that will check the viewer type, and if it neither Acrobat (6 and higher) nor Reader, the document will close.