File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 6
6
Development
7
7
===========
8
8
9
+
10
+ Version 1.0.0 (2015-04-09T02:47:34Z)
11
+ ====================================
12
+
9
13
* drop Bash 3- support
10
14
11
15
The last commit for Bash 3- is ``0600773a30038cf552b417442c1a443297773323 ``
@@ -14,6 +18,8 @@ Development
14
18
* fix keys like arrow keys or ``Ctrl+Alt+A `` halt on exiting
15
19
(livibetter/pipes.sh#12)
16
20
21
+ * screen is saved and restored with ``smcup `` and ``rmcup ``
22
+
17
23
18
24
Version 0.1.1 (2014-03-19T03:26:51Z)
19
25
====================================
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
# Animated pipes.sh terminal screensaver at an angle.
3
- # Copyright (C ) 2013, 2014 by Yu-Jie Lin
3
+ # Copyright (c ) 2013-2015 Yu-Jie Lin
4
4
#
5
5
# Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
# of this software and associated documentation files (the "Software"), to deal
22
22
#
23
23
# Website: https://github.com/livibetter/pipesX.sh
24
24
25
- VERSION=0.1.1
25
+ VERSION=1.0.0
26
26
27
27
W=$( tput cols) H=$( tput lines)
28
28
# maximal random value + 1
You can’t perform that action at this time.
0 commit comments