Commit graph

7 commits

Author SHA1 Message Date
Akib Azmain Turja
6e425af75d
Fix Makefile
* Makefile (eat.elc, check): Pass $(EMACSFLAGS) to $(EMACS).
2023-10-08 12:55:05 +06:00
Akib Azmain Turja
eab01e693b
Add new command 'eat-compile-terminfo'
* eat.el (eat-compile-terminfo): New command.
* eat.texi (Hello Terminal): Refer to 'Common Problems'.
* eat.texi (Common Problems): Add instructions to compile
Terminfo databases with 'eat-compile-terminfo'.
2023-03-30 13:25:16 +06:00
Akib Azmain Turja
764b075255
Fix terminfo path on case-insensitive filesystems
* eat.el (eat--terminfo-path): New variable.
* eat.el (eat-term-terminfo-directory): Change default value to
'PACKAGE-ROOT/terminfo/'.
* Makefile (terminfo): Don't depend on other targets.  Make
directory 'terminfo'.  Write terminfo to both 'e' and
'65' (hexadecimal number of ASCII 'e') directories.
* Makefile (e/eat-mono e/eat-color eat-256color e/eat-truecolor):
Remove target.
* README.org (Quelpa): Update recipe.
2022-12-21 01:05:36 +06:00
Akib Azmain Turja
1035d99185
* Makefile (all): Remove "check" and "changelog." 2022-11-24 21:29:40 +06:00
Akib Azmain Turja
ae4322fb45
Add documentation file generation code to Makefile
* Makefile (info, dvi, html, pdf, eat.info, eat.dvi, eat.html)
(eat.pdf): New targets.
* Makefile (all): New dependency "info."
* Makefile (.PHONY): Add "info", "dvi", "html" and "pdf."
2022-11-24 21:28:51 +06:00
Akib Azmain Turja
99dacbbf52
Add proper dependencies to targets in Makefile
* Makefile (TIC): New variable.
* Makefile (eat.elc): Depend on eat.el.
* Makefile (e/eat-mono, e/eat-color, eat-256color)
(e/eat-truecolor): Depend on eat.ti.
2022-11-24 14:34:07 +06:00
Akib Azmain Turja
06e45d68b9
Implement the terminal
This includes everything written from 2022-08-15 up to now.
* .dir-locals.el:
* CONTRIBUTE:
* COPYING:
* Makefile:
* NEWS:
* README.org:
* eat-tests.el:
* eat.el:
* eat.texi:
* eat.ti:
* fdl.texi:
* gitlog-to-changelog:
* gpl.texi:
* make-changelog:
* texinfo.tex:
New file.
2022-11-24 14:26:03 +06:00