Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

Contents of /trunk/TTXSamples/TTXResizeMenu/ReadMe.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5647 - (show annotations) (download)
Mon Aug 18 10:04:00 2014 UTC (9 years, 9 months ago) by doda
File MIME type: text/plain
File size: 915 byte(s)
メニュー項目として画面の高さ/幅いっぱいというのを設定できるようにした。
設定で-1を指定すると画面いっぱいとして扱う。
# 0で変更無し、-1で画面いっぱいというのは判り辛そうだが、いい案が思い浮かばず

1 TTXResizeMenu -- Resizing VT window
2
3 Feature:
4 This feature adds Resize menu.
5 If a user selects the Resize menu item, Tera Term VT window is changed to
6 the specified size.
7
8 Description:
9 TTXResizeMenu is based on TTXResizeWin plugin.
10 Please refer to TTXResizeWin plugin description about the detail
11 implementation of TTXResizeMenu plugin.
12
13 Basically, the [Resize] menu does not display after the plugin is installed.
14 Next, a user must register the menu entry in the teraterm.ini file.
15
16 Add a [Resize Menu] section in the teraterm.ini file, and describe the
17 "ResizeMenuN = X, Y" entry. N is an 1-origin number.
18 When X or Y equals zero, the value is not changed. For example,
19 (X, Y)=(0, 37) means that the width is not changed and the height is changed
20 into 37 lines.
21 These value maximum is 20.
22
23 ToDo:
24 To configure with TERATERM.INI file againt Resize menu item.

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26