[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[6662] extra q to quit
From: |
Gavin D. Smith |
Subject: |
[6662] extra q to quit |
Date: |
Wed, 30 Sep 2015 13:21:51 +0000 |
Revision: 6662
http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6662
Author: gavin
Date: 2015-09-30 13:21:50 +0000 (Wed, 30 Sep 2015)
Log Message:
-----------
extra q to quit
Modified Paths:
--------------
trunk/ChangeLog
trunk/info/t/index-apropos.sh
trunk/info/t/split-footnotes.sh
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2015-09-30 13:17:11 UTC (rev 6661)
+++ trunk/ChangeLog 2015-09-30 13:21:50 UTC (rev 6662)
@@ -1,5 +1,10 @@
2015-09-30 Gavin Smith <address@hidden>
+ * info/t/index-apropos.sh, info/t/split-footnotes.sh: Send an
+ extra q to quit.
+
+2015-09-30 Gavin Smith <address@hidden>
+
* info/echo-area.c (ea_rubout),
* TODO: Abort echo area read if backspace at start of area and
user input is empty.
Modified: trunk/info/t/index-apropos.sh
===================================================================
--- trunk/info/t/index-apropos.sh 2015-09-30 13:17:11 UTC (rev 6661)
+++ trunk/info/t/index-apropos.sh 2015-09-30 13:21:50 UTC (rev 6662)
@@ -24,7 +24,7 @@
# result. Then type "i" followed by <TAB> to check the indices in the
# file are still there.
-printf '\033xindex-apropos\rlink\r\t\ri\txxxx\rq' >$PTY_TYPE
+printf '\033xindex-apropos\rlink\r\t\ri\txxxx\rqq' >$PTY_TYPE
# We exited the "i" prompt with "xxx\r" instead of "\007" because
# C-g leads typeahead to be discarded so it would not be reliable.
Modified: trunk/info/t/split-footnotes.sh
===================================================================
--- trunk/info/t/split-footnotes.sh 2015-09-30 13:17:11 UTC (rev 6661)
+++ trunk/info/t/split-footnotes.sh 2015-09-30 13:21:50 UTC (rev 6662)
@@ -1,5 +1,5 @@
#!/bin/sh
-# Copyright (C) 2014 Free Software Foundation, Inc.
+# Copyright (C) 2014, 2015 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -20,8 +20,7 @@
run_ginfo -f intera -n 'Node with footnotes' -v automatic-footnotes=On
# Move to automatic footnotes window and split it. Check we don't crash.
-# FIXME: pseudotty should set the window height for reliable results.
-printf '\030o\0302q' >$PTY_TYPE
+printf '\030o\0302qqqq' >$PTY_TYPE
. $t/Timeout-test.inc
cleanup
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [6662] extra q to quit,
Gavin D. Smith <=