Merge lp:~jibel/byobu/lp1752352_non_blinking_symlink into lp:byobu

Proposed by Jean-Baptiste Lallement
Status: Merged
Merged at revision: 2577
Proposed branch: lp:~jibel/byobu/lp1752352_non_blinking_symlink
Merge into: lp:byobu
Diff against target: 12 lines (+1/-1)
1 file modified
usr/share/byobu/profiles/dircolors (+1/-1)
To merge this branch: bzr merge lp:~jibel/byobu/lp1752352_non_blinking_symlink
Reviewer Review Type Date Requested Status
Dustin Kirkland  Pending
Review via email: mp+341146@code.launchpad.net

Description of the change

Latest version of gnome-terminal introduced blinking text. With default byobu color profile, symbolic links are blinking which is painful for the eyes.
These patch changes the color attribute of symlinks from blinking to underlined.

To post a comment you must log in.
2578. By Jean-Baptiste Lallement

* usr/share/byobu/profiles/dircolors: Adjust color of symlink to cyan-ish foreground, without any attribute

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'usr/share/byobu/profiles/dircolors'
2--- usr/share/byobu/profiles/dircolors 2014-04-09 20:17:33 +0000
3+++ usr/share/byobu/profiles/dircolors 2018-03-09 08:05:26 +0000
4@@ -71,7 +71,7 @@
5 #FILE 00 # regular file: use no color at all
6 RESET 0 # reset to "normal" color
7 DIR 38;5;5 # directory
8-LINK 4;5;37 # symbolic link. (If you set this to 'target' instead of a
9+LINK 38;5;37 # symbolic link. (If you set this to 'target' instead of a
10 # numerical value, the color is as for the file pointed to.)
11 MULTIHARDLINK 00 # regular file with more than one link
12 FIFO 40;33 # pipe

Subscribers

People subscribed via source and target branches