diff options
| author | Gabriele Bozzola <sbozzolator@gmail.com> | 2021-01-07 18:31:26 -0700 |
|---|---|---|
| committer | Gabriele Bozzola <sbozzolator@gmail.com> | 2021-01-07 18:32:04 -0700 |
| commit | b6592f94d76098d19f242c0d09f660f6a6461b76 (patch) | |
| tree | 5c6633df8bed13d5b6d9c4d462b41c43f96e38ba /etc | |
| parent | 6f95a1b2949f60539fd92e3a63011801a7e765fd (diff) | |
Remove broken link
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/emacs-vterm-bash.sh | 1 | ||||
| -rw-r--r-- | etc/emacs-vterm-zsh.sh | 1 | ||||
| -rw-r--r-- | etc/emacs-vterm.fish | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/etc/emacs-vterm-bash.sh b/etc/emacs-vterm-bash.sh index 0fb1ca2..7d9fffb 100644 --- a/etc/emacs-vterm-bash.sh +++ b/etc/emacs-vterm-bash.sh @@ -6,7 +6,6 @@ function vterm_printf(){ if [ -n "$TMUX" ]; then # Tell tmux to pass the escape sequences through - # (Source: http://permalink.gmane.org/gmane.comp.terminal-emulators.tmux.user/1324) printf "\ePtmux;\e\e]%s\007\e\\" "$1" elif [ "${TERM%%-*}" = "screen" ]; then # GNU screen (screen, screen-256color, screen-256color-bce) diff --git a/etc/emacs-vterm-zsh.sh b/etc/emacs-vterm-zsh.sh index b01f52d..df9f36e 100644 --- a/etc/emacs-vterm-zsh.sh +++ b/etc/emacs-vterm-zsh.sh @@ -6,7 +6,6 @@ function vterm_printf(){ if [ -n "$TMUX" ]; then # Tell tmux to pass the escape sequences through - # (Source: http://permalink.gmane.org/gmane.comp.terminal-emulators.tmux.user/1324) printf "\ePtmux;\e\e]%s\007\e\\" "$1" elif [ "${TERM%%-*}" = "screen" ]; then # GNU screen (screen, screen-256color, screen-256color-bce) diff --git a/etc/emacs-vterm.fish b/etc/emacs-vterm.fish index 25169a6..dbff64c 100644 --- a/etc/emacs-vterm.fish +++ b/etc/emacs-vterm.fish @@ -6,7 +6,6 @@ function vterm_printf; if [ -n "$TMUX" ] # tell tmux to pass the escape sequences through - # (Source: http://permalink.gmane.org/gmane.comp.terminal-emulators.tmux.user/1324) printf "\ePtmux;\e\e]%s\007\e\\" "$argv" else if string match -q -- "screen*" "$TERM" # GNU screen (screen, screen-256color, screen-256color-bce) |
