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
=== modified file 'usr/share/byobu/profiles/dircolors'
--- usr/share/byobu/profiles/dircolors 2014-04-09 20:17:33 +0000
+++ usr/share/byobu/profiles/dircolors 2018-03-09 08:05:26 +0000
@@ -71,7 +71,7 @@
71#FILE 00 # regular file: use no color at all71#FILE 00 # regular file: use no color at all
72RESET 0 # reset to "normal" color72RESET 0 # reset to "normal" color
73DIR 38;5;5 # directory73DIR 38;5;5 # directory
74LINK 4;5;37 # symbolic link. (If you set this to 'target' instead of a74LINK 38;5;37 # symbolic link. (If you set this to 'target' instead of a
75 # numerical value, the color is as for the file pointed to.)75 # numerical value, the color is as for the file pointed to.)
76MULTIHARDLINK 00 # regular file with more than one link76MULTIHARDLINK 00 # regular file with more than one link
77FIFO 40;33 # pipe77FIFO 40;33 # pipe

Subscribers

People subscribed via source and target branches