all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob d51e363d69cb4e5f99e8c06bc6a0d2ad0e741741 296 bytes (raw)
name: lisp/term/st.el 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
 
;;; st.el --- terminal initialization for st
;; Copyright (C) 2019 Free Software Foundation, Inc.

(require 'term/xterm)

(defun terminal-init-st ()
  "Terminal initialization function for st."
  (tty-run-terminal-initialization (selected-frame) "xterm"))

(provide 'term/st)

;; st.el ends here

debug log:

solving d51e363d69 ...
found d51e363d69 in https://yhetil.org/emacs/CADwFkmmBanFcTWWv51O83kP7U7983AbDu7Q+qHHx16ii5RxOkw@mail.gmail.com/

applying [1/1] https://yhetil.org/emacs/CADwFkmmBanFcTWWv51O83kP7U7983AbDu7Q+qHHx16ii5RxOkw@mail.gmail.com/
diff --git a/lisp/term/st.el b/lisp/term/st.el
new file mode 100644
index 0000000000..d51e363d69

Checking patch lisp/term/st.el...
Applied patch lisp/term/st.el cleanly.

index at:
100644 d51e363d69cb4e5f99e8c06bc6a0d2ad0e741741	lisp/term/st.el

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.