! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Add "cursor shape/blink" and "auto-hide mouse pointer" options
Status:
RESOLVED: FIXED
Severity:
enhancement
Product:
Xfce4-terminal
Component:
General

Comments

Description kreijack 2011-01-31 19:58:53 CET
Created attachment 3453 
Add cursor shape/blink and auto-hide mouse	pointer options

The enclosed patch adds the following options in the preferences dialog:
    - auto hide mouse pointer
    - cursor blink on or off
    - set cursor shape (block, ibeam, underline).

This patch should solve the Bug 6263
Comment 1 kreijack 2011-01-31 20:02:10 CET
You can pull these changes from

	http://cassiopea.homelinux.net/git/xfce4/apps/terminal.git

branch

	blinkcursors

Or browser the source at

	http://cassiopea.homelinux.net/git/?p=xfce4/apps/terminal.git;a=shortlog;h=refs/heads/blinkcursors
Comment 2 Egmont Koblinger 2015-03-01 23:11:17 CET
I've been using gnome-terminal with I-Beam cursor for about a year now, and I LOVE it!

Advantages:
+ It brings you the concept which you see in every other app, namely that the cursor is _between_ two characters, rather than _over_ one. This gives you a consistent behavior across the terminal and other graphical apps.
+ Behavior of keys, most notably Delete in pretty much any application, but also Ctrl+arrows and similar ones make much more sense this way.
+ Highlighting in text editors becomes a better experience, you'll no longer get the boundary off-by-one. E.g. with the joe text editor, when highlighting with Ctrl+arrows, the highlighted text is inverted just like the character under the cursor (which is hence inverted twice, that is, rendered normally if highlighting backwards), which caused me to end the selection at the wrong place most of the time.
+ Similarly, when walking in dialog boxes of midnight commander, the cursor doesn't interfere with the text's colors, letting you always see the shortcut key by its color, regardless of whether the cursor is over that character or not.

Disadvantages:
- Harder to find the cursor with the eyes (blinking cursor does help a lot though, and you'll get used to it; also I made it wider than the default in gtk.css).
- Vim's command mode seems to think of the cursor being over a character, e.g. that's what pressing End suggests. So it's misleading in this app. I don't know if this behavior can be configured or not, I'm not a vim user.

Bug #7221

Reported by:
kreijack
Reported on: 2011-01-31
Last modified on: 2016-07-20

People

CC List:
3 users

Version

Version:
unspecified

Attachments

Additional information