emacs-devel
[Top][All Lists]
Advanced

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

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


From: Stefan Monnier
Subject: Re: master c669afc: Add term/st.el (Bug#33182)
Date: Mon, 10 Aug 2020 18:44:46 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

> +;;; 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"))

Could you add the customary `;;; Code:` and more importantly some
information (description and/or URL) of what is `st`?


        Stefan




reply via email to

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