|
|
DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 Tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: B T
Length: 864 (0x360)
Types: TextFile
Names: »B«
└─⟦85b835f43⟧ Bits:30000549 8mm tape, Rational 1000, Xlib rev 6.00
└─⟦0c20f784e⟧ »DATA«
└─⟦1abbe589f⟧
└─⟦ada0be243⟧
└─⟦this⟧
separate (Xev_Main)
procedure Do_Enternotify (E : X_Event) is
use Text_Io;
use S_Long_Io;
begin
Put (" root=");
Put (E.Enter_Leave.Root);
Put (", subw=");
Put (E.Enter_Leave.Subwindow);
Put (", time=");
Put (E.Enter_Leave.Time);
Put (",");
New_Line;
Put (" x/y=(");
Put (E.Enter_Leave.X);
Put (',');
Put (E.Enter_Leave.Y);
Put ("), root:x/y=(");
Put (E.Enter_Leave.Root_X);
Put (',');
Put (E.Enter_Leave.Root_Y);
Put ("),");
New_Line;
Put (" mode=");
Put (E.Enter_Leave.Mode);
Put (", detail=");
Put (E.Enter_Leave.Detail);
Put (", state=");
Put (E.Enter_Leave.State);
Put (',');
New_Line;
Put (" flags=");
Put (E.Enter_Leave.Flags);
New_Line;
end Do_Enternotify;