%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. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; #@45 If non-nil, keypad is in applications mode. (defvar vt-applications-keypad-p t (#$ . 410)) #@48 If non-nil, the screen is 132 characters wide. (defvar vt-wide-p nil (#$ . 507)) #@37 Set the screen 132 characters wide. (defalias 'vt-wide #[nil "\301\302!\210\303\304 \305\"\210\306\211\207" [vt-wide-p send-string-to-terminal "[?3h" set-frame-width selected-frame 132 t] 3 (#$ . 594) nil]) #@36 Set the screen 80 characters wide. (defalias 'vt-narrow #[nil "\301\302!\210\303\304 \305\"\210\306\211\207" [vt-wide-p send-string-to-terminal "[?3l" set-frame-width selected-frame 80 nil] 3 (#$ . 809) nil]) #@51 Toggle between 80 and 132 character screen width. (defalias 'vt-toggle-screen #[nil "\203 \301 \207\302 \207" [vt-wide-p vt-narrow vt-wide] 1 (#$ . 1026) nil]) #@37 Turn on the VT applications keypad. (defalias 'vt-keypad-on #[(&optional tell) "\302\303!\210\304 \204 \305\306!\205 \307\310!\207" [vt-applications-keypad-p tell send-string-to-terminal "=" t called-interactively-p interactive message "Applications keypad enabled."] 2 (#$ . 1194) nil]) #@38 Turn off the VT applications keypad. (defalias 'vt-keypad-off #[(&optional tell) "\302\303!\210\304 \204 \305\306!\205 \307\310!\207" [vt-applications-keypad-p tell send-string-to-terminal ">" nil called-interactively-p interactive message "Applications keypad disabled."] 2 (#$ . 1492) "p"]) #@42 Toggle VT application keypad on and off. (defalias 'vt-numlock #[nil "\203\n \301\302\303!!\207\304\302\303!!\207" [vt-applications-keypad-p vt-keypad-off called-interactively-p interactive vt-keypad-on] 3 (#$ . 1795) nil]) (provide 'vt-control)