オープンソース・ソフトウェアの開発とダウンロード

0.3.16 - Change Logの表示

カテゴリ(タグ)ツリー

ファイル情報

カテゴリ(タグ)
ルート
ファイル名
jfbterm_0.3.16_-_Changes
最終更新
2003-09-02 01:47
種類
Plain Text
作成者
Fumitoshi UKAI
概要
0.3.16 - Change Log
言語
英語
翻訳する
	* 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)