From 4aa5f75e4fc5bc6de6528d127f4a7635cdb14cd2 Mon Sep 17 00:00:00 2001 From: Florian Mounier Date: Fri, 21 Feb 2014 16:53:29 +0100 Subject: [PATCH] Bump --- butterfly/__init__.py | 2 +- butterfly/static/coffees/term.coffee | 2 +- butterfly/static/javascripts/main.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/butterfly/__init__.py b/butterfly/__init__.py index 065bc60..cd38a20 100644 --- a/butterfly/__init__.py +++ b/butterfly/__init__.py @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -__version__ = '1.1.2' +__version__ = '1.1.3' import os diff --git a/butterfly/static/coffees/term.coffee b/butterfly/static/coffees/term.coffee index c1a0f5f..e190819 100644 --- a/butterfly/static/coffees/term.coffee +++ b/butterfly/static/coffees/term.coffee @@ -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-- diff --git a/butterfly/static/javascripts/main.js b/butterfly/static/javascripts/main.js index 9d161a7..c5b0aba 100644 --- a/butterfly/static/javascripts/main.js +++ b/butterfly/static/javascripts/main.js @@ -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--) {