about summary refs log tree commit diff stats
path: root/winch
diff options
context:
space:
mode:
Diffstat (limited to 'winch')
-rw-r--r--winch13
1 files changed, 0 insertions, 13 deletions
diff --git a/winch b/winch deleted file mode 100644 index 845aa57..0000000 --- a/winch +++ /dev/null
@@ -1,13 +0,0 @@
1#!/usr/bin/env bash
2
3winch() {
4shopt -s checkwinsize; (:;:)
5
6printf '\e[?25l\e[H\e[K%s %sx%s\e[8' "winch!" "$COLUMNS" "$LINES"
7}
8
9trap winch WINCH
10
11while : ; do
12 :
13done