emacs-devel
[Top][All Lists]
Advanced

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

Re: Using Emacs in fbterm.


From: Stefan Monnier
Subject: Re: Using Emacs in fbterm.
Date: Tue, 30 Aug 2022 09:16:38 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

> +;;; fbterm.el  -*- lexical-binding:t -*-
> +
> +(require 'term/xterm)

This lacks the usual license blurb, of course, but I think more
importantly it would benefit from a `Commentary:` explaining the
relationship between color support and the fbterm running with
TERM=linux or TERM=fbterm.

> +  (ignore-errors (when gpm-mouse-mode (require 't-mouse) 
> (gpm-mouse-enable))))

Hmm... this seems to point to a problem/shortcoming in `t-mouse.el`
which should arguably do that automatically, no?


        Stefan




reply via email to

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