mirror of
https://github.com/paradoxxxzero/butterfly.git
synced 2026-05-27 07:29:42 +00:00
Bump
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
__version__ = '1.1.2'
|
||||
__version__ = '1.1.3'
|
||||
|
||||
|
||||
import os
|
||||
|
||||
@@ -1272,7 +1272,7 @@ class Terminal
|
||||
if ev.keyCode >= 65 and ev.keyCode <= 90
|
||||
if ev.keyCode is 67
|
||||
t = (new Date()).getTime()
|
||||
if (t - @last_cc) < 150
|
||||
if (t - @last_cc) < 75
|
||||
id = (setTimeout ->) - 6 # Let the end write
|
||||
@write '\r\n --8<------8<-- Sectioned --8<------8<-- \r\n\r\n'
|
||||
(clearTimeout id if id not in [@t_bell, @t_queue, @t_blink]) while id--
|
||||
|
||||
@@ -1189,7 +1189,7 @@ Terminal = (function() {
|
||||
if (ev.keyCode >= 65 && ev.keyCode <= 90) {
|
||||
if (ev.keyCode === 67) {
|
||||
t = (new Date()).getTime();
|
||||
if ((t - this.last_cc) < 150) {
|
||||
if ((t - this.last_cc) < 75) {
|
||||
id = (setTimeout(function() {})) - 6;
|
||||
this.write('\r\n --8<------8<-- Sectioned --8<------8<-- \r\n\r\n');
|
||||
while (id--) {
|
||||
|
||||
Reference in New Issue
Block a user