summaryrefslogtreecommitdiff
path: root/www/ddgr/files/patch-ddgr.1
blob: a468c9fc22201e47b5694d7c4b1559877213bea8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
https://github.com/jarun/ddgr/pull/141

--- ddgr.1.orig	2022-03-05 00:23:13 UTC
+++ ddgr.1
@@ -186,7 +186,7 @@ reverse video prompts
 .TP
 Note that
 .IP - 2
-Bright colors (implemented as \\x1b[90m - \\x1b[97m) may not be available in all color-capable terminal emulators;
+Bright colors (implemented as \ex1b[90m - \ex1b[97m) may not be available in all color-capable terminal emulators;
 .IP - 2
 Some terminal emulators draw bold text in bright colors instead;
 .IP - 2
@@ -231,7 +231,7 @@ DuckDuckGo \fBhello world\fR:
 .EX
 .IP
 .B ddgr !w hello world
-.B ddgr \\\\!w hello world  // bash-specific, need to escape ! on bash
+.B ddgr \e!w hello world  // bash-specific, need to escape ! on bash
 .EE
 .PP
 .IP "" 4
@@ -245,7 +245,7 @@ Bangs work at the omniprompt too. To look up bangs, vi
 .B alias bang='ddgr --gb --np'
 .IP
 .B bang !w hello world
-.B bang \\\\!w hello world  // bash-specific, need to escape ! on bash
+.B bang \e!w hello world  // bash-specific, need to escape ! on bash
 .EE
 .PP
 .IP 5. 4