From dfb6f43b1746fb21dfe9a7feb60607cc54749a4e Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Thu, 3 Oct 2019 02:46:44 +0200 Subject: [PATCH] Add term/st.el This is a copy of term/konsole.el with konsole -> st. * lisp/term/st.el: New file. --- lisp/term/st.el | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lisp/term/st.el diff --git a/lisp/term/st.el b/lisp/term/st.el new file mode 100644 index 0000000000..d51e363d69 --- /dev/null +++ b/lisp/term/st.el @@ -0,0 +1,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 -- 2.20.1