blob 2e66bb72c021ef7d42a7184a9f97cb0718b37306 544 bytes (raw)
name: lisp/term/fbterm.el # note: path name is non-authoritative(*)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
| | ;;; fbterm.el -*- lexical-binding:t -*-
(require 'term/xterm)
(declare-function gpm-mouse-enable "t-mouse" ())
(defun terminal-init-fbterm ()
"Terminal initialization function for fbterm."
;; fbterm can't display underlines, even though its terminfo data
;; says it can.
(tty-no-underline)
;; fbterm supports xterm's 256 color mode extension.
(xterm-register-default-colors xterm-standard-colors)
(ignore-errors (when gpm-mouse-mode (require 't-mouse) (gpm-mouse-enable))))
(provide 'term/fbterm)
;;; fbterm.el ends here
|
debug log:
solving 2e66bb72c0 ...
found 2e66bb72c0 in https://yhetil.org/emacs-devel/dacea9288826293cc416@heytings.org/
applying [1/1] https://yhetil.org/emacs-devel/dacea9288826293cc416@heytings.org/
diff --git a/lisp/term/fbterm.el b/lisp/term/fbterm.el
new file mode 100644
index 0000000000..2e66bb72c0
Checking patch lisp/term/fbterm.el...
Applied patch lisp/term/fbterm.el cleanly.
index at:
100644 2e66bb72c021ef7d42a7184a9f97cb0718b37306 lisp/term/fbterm.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 public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).