mirror of
https://github.com/dylanaraps/pywal.git
synced 2024-11-08 00:54:07 +01:00
Merge branch 'master' into macos2
This commit is contained in:
commit
12dec5c360
@ -63,7 +63,8 @@ def send(colors, vte, cache_dir=CACHE_DIR):
|
||||
|
||||
else:
|
||||
tty_pattern = "/dev/pts/[0-9]*"
|
||||
|
||||
|
||||
# Writing to "/dev/pts/[0-9] lets you send data to open terminals.
|
||||
for term in glob.glob(tty_pattern):
|
||||
util.save_file(sequences, term)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user