diff options
author | Luke Bratch <l_bratch@yahoo.co.uk> | 2013-09-29 17:36:35 +0100 |
---|---|---|
committer | Luke Bratch <l_bratch@yahoo.co.uk> | 2013-09-29 17:36:35 +0100 |
commit | c464351f1b76c3e666bcb382bb9be20d3fd9efba (patch) | |
tree | fc785b449526807875525eff73b37e63074a4d87 /line_colours.yaml | |
parent | 0c132f4d48df17b69d2a44cd9b1976da3703abbd (diff) |
Change colour control codes ASCII values that can be interpreted by echo
Diffstat (limited to 'line_colours.yaml')
-rw-r--r-- | line_colours.yaml | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/line_colours.yaml b/line_colours.yaml index 412cdab..868a752 100644 --- a/line_colours.yaml +++ b/line_colours.yaml @@ -1,15 +1,15 @@ Bakerloo: '' -Central: '<Ctrl>-c0,5' -Circle: '<Ctrl>-c1,8' -District: '<Ctrl>-c0,3' -Hammersmith <Ctrl>-c City: '<Ctrl>-c1,13' -Jubilee: '<Ctrl>-c0,14' -Metropolitan: '<Ctrl>-c0,6' -Northern: '<Ctrl>-c0,1' -Piccadilly: '<Ctrl>-c0,2' -Victoria: '<Ctrl>-c1,10' -Waterloo <Ctrl>-c City: '' -DLR: '<Ctrl>-c10' -London Overground: '<Ctrl>-c7' -Emirates Air Line: '<Ctrl>-c5' -reset_colour: '<Ctrl>-o' +Central: '\x030,5' +Circle: '\x031,8' +District: '\x030,3' +Hammersmith \x03 City: '<Ctrl>-c1,13' +Jubilee: '\x030,14' +Metropolitan: '\x030,6' +Northern: '\x030,1' +Piccadilly: '\x030,2' +Victoria: '\x031,10' +Waterloo \x03 City: '' +DLR: '\x0310' +London Overground: '\x037' +Emirates Air Line: '\x035' +reset_colour: '\x0f' |