Merge branch 'master' of git://gitorious.org/fg/fgdata
This commit is contained in:
commit
3adcf06add
2 changed files with 666 additions and 664 deletions
|
@ -125,8 +125,10 @@ var handle_key = func(key)
|
||||||
{
|
{
|
||||||
input = substr(input, 0, size(input) - 1);
|
input = substr(input, 0, size(input) - 1);
|
||||||
gui.popupTip(input, 1000000);
|
gui.popupTip(input, 1000000);
|
||||||
return 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Always handle key so excessive backspacing doesn't toggle the heading autopilot
|
||||||
|
return 1;
|
||||||
}
|
}
|
||||||
elsif (key == 27)
|
elsif (key == 27)
|
||||||
{
|
{
|
||||||
|
|
1326
Nasal/view.nas
1326
Nasal/view.nas
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue