thestinger / termite

Termite is obsoleted by Alacritty. Termite was a keyboard-centric VTE-based terminal, aimed at use within a window manager with tiling and/or tabbing support.
https://github.com/alacritty/alacritty
2.74k stars 241 forks source link

Blinking text doesn't seem to work #711

Closed daphniz closed 4 years ago

daphniz commented 4 years ago

In xterm/irssi, if you type ^fword^f, 'word' will blink, but not in termite.

egmontkob commented 4 years ago

VTE supports blinking text since version 0.52 (see also #695), but it's missing from termite's terminfo entry.

egmontkob commented 4 years ago

export TERM=xterm-256color should be a workaround for you.

daphniz commented 4 years ago

all right, it seems that blinking works but not inside tmux

daphniz commented 4 years ago

however, in xterm/tmux blinking works.

daphniz commented 4 years ago

setting TERM as you say before opening tmux works