Open-Source-Software-Entwicklung und Downloads

Anzeigen 0.3.16 - Change Log

category(Tag) tree

file info

category(Tag)
Wurzel
dateiname
jfbterm_0.3.16_-_Changes
letztes update
2003-09-02 01:47
typ
Plain Text
editor
Fumitoshi UKAI
beschreibung
0.3.16 - Change Log
sprache
English
translate
	* vterm.c (tvterm_esc_designate_other_coding_system): added
		(tvterm_esc_start): add ISO_DOCS
	* font.c (tfont_show_sequence): ESC % @
	
	* main.h (TApplication): add gOptQuiet, gOptReset
	* message.c (print_message): quiet flag
	* getcap.c (tcaps_read): use print_message
	* font.h (tfont_show_sequence): added
	* font.c (tfont_show_sequence): added
	* main.c (tapp_get_options): add --reset, --quiet
		(main): support --reset

	* main.c (tapp_setup_encoding): change jfbterm.conf format
	* jfbterm.conf.sample: update

	* Makefile.am (install-exec-hook): added
	* term.h (TTerm): delete ttygid, ttygidQ
	* term.c (tterm_init): delete ttygid, ttygidQ
		(tterm_set_utmp): no need to get "tty" group
		(tterm_reset_utmp): no need to reset slave pty device
	
	* term.c (tterm_start): use tterm_wakeup_shell
		(tterm_wakeup_shell_as_child): deleted
		(tterm_wakeup_shell): added, use login_pty(3)
	
	* Makefile.am (jfbterm_LDADD): -lutil
	* Makefile.in: ditto
	* term.c (tterm_get_ptytty): use openpty(3)