diff --git a/debian/changelog b/debian/changelog index 99ddc49f..e5bab035 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ byobu (5.125) unreleased; urgency=medium - * UNRELEASED + [ Jean-Baptiste Lallement ] + * usr/share/byobu/profiles/dircolors: LP: #1752352 + - fix blinking symlinks -- Dustin Kirkland Mon, 04 Dec 2017 07:46:48 -0600 diff --git a/usr/share/byobu/profiles/dircolors b/usr/share/byobu/profiles/dircolors index e5b0ef75..2d742244 100644 --- a/usr/share/byobu/profiles/dircolors +++ b/usr/share/byobu/profiles/dircolors @@ -71,7 +71,7 @@ TERM xterm-debian #FILE 00 # regular file: use no color at all RESET 0 # reset to "normal" color DIR 38;5;5 # directory -LINK 4;5;37 # symbolic link. (If you set this to 'target' instead of a +LINK 38;5;37 # symbolic link. (If you set this to 'target' instead of a # numerical value, the color is as for the file pointed to.) MULTIHARDLINK 00 # regular file with more than one link FIFO 40;33 # pipe