Get rid of overloaded Back tab, now F(64)

This commit is contained in:
Andrey A. Chernov 1995-01-26 10:02:21 +00:00
parent 325e89b668
commit b99c427733
3 changed files with 6 additions and 6 deletions

View File

@ -35,7 +35,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: syscons.c,v 1.93 1995/01/20 08:35:32 sos Exp $
* $Id: syscons.c,v 1.94 1995/01/26 04:56:25 ache Exp $
*/
#include "sc.h"
@ -2863,7 +2863,7 @@ scgetc(int noblock)
(get_scr_num() + 1) % MAXCONS);
break;
case BTAB:
action = F(16);
action = F(64);
default:
if (action >= F_SCR && action <= L_SCR) {
switch_scr(cur_console, action - F_SCR);

View File

@ -35,7 +35,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: syscons.c,v 1.93 1995/01/20 08:35:32 sos Exp $
* $Id: syscons.c,v 1.94 1995/01/26 04:56:25 ache Exp $
*/
#include "sc.h"
@ -2863,7 +2863,7 @@ scgetc(int noblock)
(get_scr_num() + 1) % MAXCONS);
break;
case BTAB:
action = F(16);
action = F(64);
default:
if (action >= F_SCR && action <= L_SCR) {
switch_scr(cur_console, action - F_SCR);

View File

@ -35,7 +35,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: syscons.c,v 1.93 1995/01/20 08:35:32 sos Exp $
* $Id: syscons.c,v 1.94 1995/01/26 04:56:25 ache Exp $
*/
#include "sc.h"
@ -2863,7 +2863,7 @@ scgetc(int noblock)
(get_scr_num() + 1) % MAXCONS);
break;
case BTAB:
action = F(16);
action = F(64);
default:
if (action >= F_SCR && action <= L_SCR) {
switch_scr(cur_console, action - F_SCR);