git-svn-id: trunk@25005 -
@@ -302,7 +302,6 @@ end;
procedure UnpatchKeyboard;
var
- e : ^chgentry;
entry : kbentry;
i : longint;
begin
@@ -339,8 +338,6 @@ end;
when working on another console. So we unpatch it when the user switches
away.}
-const switches:longint=0;
-
procedure vt_handler(sig:longint);cdecl;
@@ -148,7 +148,7 @@ const mouse_terminals:array[0..6] of string[7]=('cons','eterm','gnome',
xterm=6;
mouse_1003_capable=[xterm]; {xterm only for now}
-var term,colorterm:string;
+var term:string;
i,t:shortint;