emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master c669afc: Add term/st.el (Bug#33182)


From: Stefan Kangas
Subject: master c669afc: Add term/st.el (Bug#33182)
Date: Mon, 10 Aug 2020 08:31:02 -0400 (EDT)

branch: master
commit c669afcd1cf3990cadbff7319c2e30b72996cdda
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    Add term/st.el (Bug#33182)
    
    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(+)

diff --git a/lisp/term/st.el b/lisp/term/st.el
new file mode 100644
index 0000000..3a15576
--- /dev/null
+++ b/lisp/term/st.el
@@ -0,0 +1,12 @@
+;;; st.el --- terminal initialization for st  -*- lexical-binding:t -*-
+;; Copyright (C) 2020 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]