mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 16:49:23 +02:00
* increase loop in determine xterm, Mantis #21028
git-svn-id: trunk@20085 -
This commit is contained in:
parent
1f40ff2362
commit
4b24220de9
@ -109,6 +109,7 @@ Function DetectXterm : String;
|
|||||||
Result:=TestTerminal(Terminals[i]);
|
Result:=TestTerminal(Terminals[i]);
|
||||||
If Result then
|
If Result then
|
||||||
XTermProgram:=Terminals[i];
|
XTermProgram:=Terminals[i];
|
||||||
|
inc(i);
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user