• Bug#265784: tset: restore the block cursor

    From Dan Jacobson@1:229/2 to All on Sun Aug 15 01:00:12 2004
    From: [email protected]

    Package: ncurses-bin
    Version: 5.4-4
    Severity: minor
    File: /usr/bin/tset

    $ reset
    does not restore the block cursor, if it has disappeared.
    TERM=rxvt
    (crxvt)


    --
    To UNSUBSCRIBE, email to [email protected]
    with a subject of "unsubscribe". Trouble? Contact [email protected]

    --- SoupGate-Win32 v1.05
    * Origin: you cannot sedate... all the things you hate (1:229/2)
  • From Daniel Jacobowitz@1:229/2 to Dan Jacobson on Mon Aug 16 16:00:14 2004
    From: [email protected]

    On Sun, Aug 15, 2004 at 03:44:05AM +0800, Dan Jacobson wrote:
    Package: ncurses-bin
    Version: 5.4-4
    Severity: minor
    File: /usr/bin/tset

    $ reset
    does not restore the block cursor, if it has disappeared.
    TERM=rxvt
    (crxvt)

    How do you set a block cursor?

    --
    Daniel Jacobowitz


    --
    To UNSUBSCRIBE, email to [email protected]
    with a subject of "unsubscribe". Trouble? Contact [email protected]

    --- SoupGate-Win32 v1.05
    * Origin: you cannot sedate... all the things you hate (1:229/2)
  • From Dan Jacobson@1:229/2 to All on Tue Aug 17 02:10:11 2004
    From: [email protected]

    Daniel> How do you set a block cursor?

    Well, I don't know what it's called.
    I'm just talking about the cursor.
    Without it one can't tell where the next character will be entered on
    e.g., the command line, or in an editor.
    Even a blinking cursor would be better than no cursor at all.


    --
    To UNSUBSCRIBE, email to [email protected]
    with a subject of "unsubscribe". Trouble? Contact [email protected]

    --- SoupGate-Win32 v1.05
    * Origin: you cannot sedate... all the things you hate (1:229/2)
  • From Daniel Jacobowitz@1:229/2 to Dan Jacobson on Tue Aug 17 02:30:09 2004
    From: [email protected]

    On Tue, Aug 17, 2004 at 02:26:18AM +0800, Dan Jacobson wrote:
    Daniel> How do you set a block cursor?

    Well, I don't know what it's called.
    I'm just talking about the cursor.
    Without it one can't tell where the next character will be entered on
    e.g., the command line, or in an editor.
    Even a blinking cursor would be better than no cursor at all.

    This works for xterm so presumably it is an omission in the reset
    sequence for rxvt. I'll work out which one later, it should be very
    easy.

    --
    Daniel Jacobowitz


    --
    To UNSUBSCRIBE, email to [email protected]
    with a subject of "unsubscribe". Trouble? Contact [email protected]

    --- SoupGate-Win32 v1.05
    * Origin: you cannot sedate... all the things you hate (1:229/2)
  • From Dan Jacobson@1:229/2 to All on Tue Aug 17 22:30:13 2004
    From: [email protected]

    I assumed he was talking about
    civis=\E[?25l,
    cnorm=\E[?25h,

    Righto! I did
    $ echo -e \\e[?25l
    which thrust me back into that nightmare, and
    $ echo -e \\e[?25h
    which cured it.
    So "reset" should be sure not to forget that.


    --
    To UNSUBSCRIBE, email to [email protected]
    with a subject of "unsubscribe". Trouble? Contact [email protected]

    --- SoupGate-Win32 v1.05
    * Origin: you cannot sedate... all the things you hate (1:229/2)