blob bf12b5ed97f35717bbfd24dabf02dbcc5c3e02d1 226 bytes (raw)
name: lisp/term/fbterm.el # note: path name is non-authoritative(*)
1
2
3
4
5
6
7
8
9
| | ;;; fbterm.el -*- lexical-binding:t -*-
(require 'term/xterm)
(defun terminal-init-fbterm ()
"Terminal initialization function for fbterm."
(xterm-register-default-colors xterm-standard-colors))
(provide 'term/fbterm)
|
debug log:
solving bf12b5ed97 ...
found bf12b5ed97 in https://yhetil.org/emacs/a77ca586b63fbc2d15cb@heytings.org/
applying [1/1] https://yhetil.org/emacs/a77ca586b63fbc2d15cb@heytings.org/
diff --git a/lisp/term/fbterm.el b/lisp/term/fbterm.el
new file mode 100644
index 0000000000..bf12b5ed97
Checking patch lisp/term/fbterm.el...
Applied patch lisp/term/fbterm.el cleanly.
index at:
100644 bf12b5ed97f35717bbfd24dabf02dbcc5c3e02d1 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 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.