This commit is contained in:
Florian Mounier
2014-02-21 16:53:29 +01:00
parent 6d10994eb7
commit 4aa5f75e4f
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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--

View File

@@ -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--) {