%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream
;ELC ;;; Compiled ;;; in Emacs version 25.2.1 ;;; with all optimizations. ;;; This file uses dynamic docstrings, first added in Emacs 19.29. ;;; This file does not contain utf-8 non-ASCII characters, ;;; and so can be loaded in Emacs versions earlier than 23. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; #@86 The internal state of the LEDs. Choices are nil, t, `flash'. Element 0 is not used. (defvar led-state (make-vector 5 nil) (#$ . 410)) #@14 Flash LED l. (defalias 'led-flash #[(l) " \302I\210\303 \207" [led-state l flash led-update] 3 (#$ . 551)]) #@68 Turn off vt100 led number L. With no argument, turn them all off. (defalias 'led-off #[(&optional l) "\203 \302!\303I\210\202 \304 \303\"\210\305 \207" [l led-state prefix-numeric-value nil fillarray led-update] 3 (#$ . 666) "P"]) #@16 Turn on LED L. (defalias 'led-on #[(l) " \302I\210\303 \207" [led-state l t led-update] 3 (#$ . 909)]) #@59 Update the terminal's LEDs to reflect the internal state. (defalias 'led-update #[nil "\305\306\307\310U\2043 H\211\311=\203 \n\312\313!Q\202+ \f\203+ \312\313!Q)T\211\202 \314\n\315R\316 !+\207" [l o f led-state s "[?0" "[0" 1 5 flash ";" int-to-string "q" "t" send-string-to-terminal] 5 (#$ . 1019)]) (provide 'vt100-led)